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