Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -125,8 +125,8 @@ with gr.Blocks(css=css) as demo:
|
|
125 |
show_label=False,
|
126 |
type="pil",
|
127 |
elem_id="output_image",
|
128 |
-
show_download_button=True
|
129 |
-
download_filename="output.png"
|
130 |
)
|
131 |
|
132 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
125 |
show_label=False,
|
126 |
type="pil",
|
127 |
elem_id="output_image",
|
128 |
+
show_download_button=True#,
|
129 |
+
#download_filename="output.png"
|
130 |
)
|
131 |
|
132 |
with gr.Accordion("Advanced Settings", open=False):
|