de3sec commited on
Commit
7282e90
1 Parent(s): 7ba936e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,5 +16,5 @@ description = "Upload images and click submit"
16
  gr.Interface(
17
  inference,
18
  gr.inputs.Image(type="filepath", label="Input"),
19
- gr.outputs.File(label="Output"),
20
  ).launch()
 
16
  gr.Interface(
17
  inference,
18
  gr.inputs.Image(type="filepath", label="Input"),
19
+ gr.outputs.Image(type="pil", label="Output"),
20
  ).launch()