Update app.py
Browse files
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,
|