el-el-san commited on
Commit
d6e4e5e
·
verified ·
1 Parent(s): aeeb1c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
126
  type="pil",
127
  elem_id="output_image",
128
  show_download_button=True,
129
- file_format="png"
130
  )
131
 
132
  with gr.Accordion("Advanced Settings", open=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):