52Hz commited on
Commit
7828a3a
1 Parent(s): 69c01ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ examples = [['set5/baby.png'], ['set5/bird.png'],['set5/butterfly.png'],['set5/h
28
  gr.Interface(
29
  inference,
30
  [gr.inputs.Image(type="pil", label="Input")],
31
- gr.outputs.Image(type="file", label="Output"),
32
  title=title,
33
  description=description,
34
  article=article,
 
28
  gr.Interface(
29
  inference,
30
  [gr.inputs.Image(type="pil", label="Input")],
31
+ gr.outputs.Image(type="filepath", label="Output"),
32
  title=title,
33
  description=description,
34
  article=article,