52Hz commited on
Commit
ad6b211
·
verified ·
1 Parent(s): 0e69792

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ article = "<p style='text-align: center'><a href='https://' target='_blank'>Comp
26
  examples = [['Rain.png'], ['Rain2.png'], ['Rain3.png'], ['Rain4.png'], ['Rain5.png'],]
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,
 
26
  examples = [['Rain.png'], ['Rain2.png'], ['Rain3.png'], ['Rain4.png'], ['Rain5.png'],]
27
  gr.Interface(
28
  inference,
29
+ [gr.components.Image(type="pil", label="Input")],
30
+ gr.components.Image(type="filepath", label="Output"),
31
  title=title,
32
  description=description,
33
  article=article,