Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -234,7 +234,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 234 |
|
| 235 |
run_button = gr.Button("Run", scale=0)
|
| 236 |
|
| 237 |
-
result = gr.Image(label="Result", show_label=False)
|
| 238 |
|
| 239 |
with gr.Accordion("Advanced Settings", open=False):
|
| 240 |
|
|
|
|
| 234 |
|
| 235 |
run_button = gr.Button("Run", scale=0)
|
| 236 |
|
| 237 |
+
result = gr.Image(label="Result", show_label=False, format="png")
|
| 238 |
|
| 239 |
with gr.Accordion("Advanced Settings", open=False):
|
| 240 |
|