IanNathaniel commited on
Commit
a3c2d69
1 Parent(s): 5e6e122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ examples = [['data/test_data/01.jpg'], ['data/test_data/02.jpg'], ['data/test_da
59
  gr.Interface(
60
  lowlight,
61
  [gr.inputs.Image(type="file", label="Input")],
62
- Outputs = "image",
63
  title=title,
64
  description=description,
65
  article=article,
 
59
  gr.Interface(
60
  lowlight,
61
  [gr.inputs.Image(type="file", label="Input")],
62
+ outputs = "image",
63
  title=title,
64
  description=description,
65
  article=article,