52Hz commited on
Commit
8639c59
·
1 Parent(s): c285073

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -28,8 +28,7 @@ article = "<p style='text-align: center'><a href='https://' target='_blank'>Half
28
  examples = [['low-light.png']]
29
  gr.Interface(
30
  inference,
31
- [gr.inputs.Image(type="pil", label="Input")],
32
- gr.inputs.Dropdown(choices=['LOL', 'MIT-5K'], type="value", default='LOL', label="model")],
33
  gr.outputs.Image(type="file", label="Output"),
34
  title=title,
35
  description=description,
 
28
  examples = [['low-light.png']]
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,