hylee commited on
Commit
1682357
1 Parent(s): c388d64
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -131,7 +131,7 @@ article = ""
131
 
132
  gr.Interface(
133
  process,
134
- [gr.inputs.Image(type="pil", label="Input")
135
  ],
136
  gr.outputs.Image(type="pil", label="Output"),
137
  title=title,
 
131
 
132
  gr.Interface(
133
  process,
134
+ [gr.inputs.Image(type="file", label="Input")
135
  ],
136
  gr.outputs.Image(type="pil", label="Output"),
137
  title=title,