Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=CSS, theme="ocean") as demo:
|
|
92 |
with gr.Row():
|
93 |
prompt = gr.Textbox(label='Enter Your Prompt(multilingual)', scale=6)
|
94 |
submit = gr.Button(scale=1, variant='primary')
|
95 |
-
img = gr.Gallery(label="Gallery", columns = 1, preview=True)
|
96 |
with gr.Accordion("Advanced Options", open=False):
|
97 |
with gr.Row():
|
98 |
width = gr.Slider(
|
|
|
92 |
with gr.Row():
|
93 |
prompt = gr.Textbox(label='Enter Your Prompt(multilingual)', scale=6)
|
94 |
submit = gr.Button(scale=1, variant='primary')
|
95 |
+
img = gr.Gallery(label="Gallery", columns = 1, preview=True, height=600)
|
96 |
with gr.Accordion("Advanced Options", open=False):
|
97 |
with gr.Row():
|
98 |
width = gr.Slider(
|