diego2554 commited on
Commit
8a9d6f9
1 Parent(s): 77b1669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ gr.Interface(
69
  ],
70
  [
71
  gr.outputs.Image(type="PIL", label="Output"),
72
- gr.outputs.Image(type="PIL", label="Download Output", output_filename="output.png")
73
  ],
74
  title=title,
75
  description=description,
 
69
  ],
70
  [
71
  gr.outputs.Image(type="PIL", label="Output"),
72
+ gr.outputs.Button(label="Download Output", type="data")
73
  ],
74
  title=title,
75
  description=description,