52Hz commited on
Commit
8b24788
1 Parent(s): 214e2df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ examples = [['low-light.png', 'LOL'], ['low-light_2.png', 'MIT-5K']]
29
  gr.Interface(
30
  inference,
31
  [gr.inputs.Image(type="pil", label="Input"), gr.inputs.Dropdown(choices=['LOL', 'MIT-5K'], type="value", default='LOL', label="model")],
32
- gr.outputs.Image(type="file", label="Output"),
33
  title=title,
34
  description=description,
35
  article=article,
 
29
  gr.Interface(
30
  inference,
31
  [gr.inputs.Image(type="pil", label="Input"), gr.inputs.Dropdown(choices=['LOL', 'MIT-5K'], type="value", default='LOL', label="model")],
32
+ gr.outputs.Image(type="filepath", label="Output"),
33
  title=title,
34
  description=description,
35
  article=article,