52Hz commited on
Commit
73de787
·
1 Parent(s): 2bdee50

Update app.py

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