Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks(css=css) as demo:
|
|
78 |
type="pil",
|
79 |
elem_id="output_image",
|
80 |
show_download_button=True,
|
81 |
-
|
82 |
)
|
83 |
|
84 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
78 |
type="pil",
|
79 |
elem_id="output_image",
|
80 |
show_download_button=True,
|
81 |
+
download_filename="output.png"
|
82 |
)
|
83 |
|
84 |
with gr.Accordion("Advanced Settings", open=False):
|