IanNathaniel commited on
Commit
523f87f
1 Parent(s): 08bff16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ article = "<p style='text-align: center'><a href='https://' target='_blank'>Comp
54
  examples = [['data/test_data/01.jpg'], ['data/test_data/02.jpg'], ['data/test_data/03.jpg'],]
55
  gr.Interface(
56
  lowlight,
57
- [gr.inputs.Image(type="pil", label="Input")],
58
  gr.outputs.Image(type="file", label="Output"),
59
  title=title,
60
  description=description,
 
54
  examples = [['data/test_data/01.jpg'], ['data/test_data/02.jpg'], ['data/test_data/03.jpg'],]
55
  gr.Interface(
56
  lowlight,
57
+ [gr.inputs.Image(type="file", label="Input")],
58
  gr.outputs.Image(type="file", label="Output"),
59
  title=title,
60
  description=description,