Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 74 |
|
| 75 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
| 76 |
|
| 77 |
-
result = gr.Image(label="Result", show_label=False
|
| 78 |
|
| 79 |
with gr.Accordion("Advanced Settings", open=False):
|
| 80 |
negative_prompt = gr.Text(
|
|
|
|
| 74 |
|
| 75 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
| 76 |
|
| 77 |
+
result = gr.Image(label="Result", show_label=False)
|
| 78 |
|
| 79 |
with gr.Accordion("Advanced Settings", open=False):
|
| 80 |
negative_prompt = gr.Text(
|