Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -132,7 +132,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 132 |
placeholder="Enter your prompt",
|
| 133 |
container=False,
|
| 134 |
)
|
| 135 |
-
run_button = gr.Button("
|
| 136 |
|
| 137 |
with gr.Accordion("Advanced options", open=True, visible=True):
|
| 138 |
seed = gr.Slider(
|
|
|
|
| 132 |
placeholder="Enter your prompt",
|
| 133 |
container=False,
|
| 134 |
)
|
| 135 |
+
run_button = gr.Button("Generated as 3:1 Images", scale=0, elem_classes="submit-btn")
|
| 136 |
|
| 137 |
with gr.Accordion("Advanced options", open=True, visible=True):
|
| 138 |
seed = gr.Slider(
|