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