Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,7 +169,7 @@ with gr.Blocks(css="footer{display:none !important}", theme=theme) as demo:
|
|
| 169 |
container=False,
|
| 170 |
placeholder="Enter your prompt",
|
| 171 |
)
|
| 172 |
-
run_button = gr.Button("
|
| 173 |
result = gr.Image(label="Result", show_label=False)
|
| 174 |
with gr.Accordion("Advanced options", open=False):
|
| 175 |
with gr.Row():
|
|
|
|
| 169 |
container=False,
|
| 170 |
placeholder="Enter your prompt",
|
| 171 |
)
|
| 172 |
+
run_button = gr.Button("Generate")
|
| 173 |
result = gr.Image(label="Result", show_label=False)
|
| 174 |
with gr.Accordion("Advanced options", open=False):
|
| 175 |
with gr.Row():
|