Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ with gr.Blocks(css=css) as demo:
|
|
92 |
use_tags = gr.State(True)
|
93 |
|
94 |
# Full-width "Run" button
|
95 |
-
run_button = gr.Button("Run", scale=0
|
96 |
|
97 |
with gr.Accordion("Advanced Settings", open=False):
|
98 |
negative_prompt = gr.Text(
|
|
|
92 |
use_tags = gr.State(True)
|
93 |
|
94 |
# Full-width "Run" button
|
95 |
+
run_button = gr.Button("Run", scale=0)
|
96 |
|
97 |
with gr.Accordion("Advanced Settings", open=False):
|
98 |
negative_prompt = gr.Text(
|