Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -325,7 +325,8 @@ with gr.Blocks(theme=gr.themes.Origin(),css=css) as demo:
|
|
325 |
choices=options,
|
326 |
value=True,
|
327 |
label="Use expanded prompt: ",
|
328 |
-
)
|
|
|
329 |
result = gr.Image(label="Result", show_label=False)
|
330 |
with gr.Accordion("Advanced Settings", open=False):
|
331 |
latent_file = gr.File(label="Latents File (optional)") # Add latents file input
|
|
|
325 |
choices=options,
|
326 |
value=True,
|
327 |
label="Use expanded prompt: ",
|
328 |
+
)
|
329 |
+
run_button = gr.Button("Run", scale=0, variant="primary")
|
330 |
result = gr.Image(label="Result", show_label=False)
|
331 |
with gr.Accordion("Advanced Settings", open=False):
|
332 |
latent_file = gr.File(label="Latents File (optional)") # Add latents file input
|