el-el-san commited on
Commit
f02c1ad
1 Parent(s): 89f63ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- file_format="png"
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):