yuhj95 commited on
Commit
65851d8
1 Parent(s): 4730cdc

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ demo = gr.Interface(
180
  ],
181
  outputs=[
182
  gr.Image(type="numpy", label="Output: High Quality Image"),
183
- gr.outputs.File(label="Download the output")
184
  ],
185
  title=title,
186
  description=description,
 
180
  ],
181
  outputs=[
182
  gr.Image(type="numpy", label="Output: High Quality Image"),
183
+ gr.File(label="Download the output")
184
  ],
185
  title=title,
186
  description=description,