Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks(css=css) as demo:
|
|
155 |
container=False,
|
156 |
placeholder="Describe the image you want",
|
157 |
)
|
158 |
-
run_button = gr.Button("Generate")
|
159 |
result = gr.Image(label="Result", show_label=False)
|
160 |
with gr.Accordion("Advanced options", open=False):
|
161 |
with gr.Row():
|
|
|
155 |
container=False,
|
156 |
placeholder="Describe the image you want",
|
157 |
)
|
158 |
+
run_button = gr.Button("Generate",scale=0)
|
159 |
result = gr.Image(label="Result", show_label=False)
|
160 |
with gr.Accordion("Advanced options", open=False):
|
161 |
with gr.Row():
|