vumichien commited on
Commit
f1241c6
β€’
1 Parent(s): 7a54cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ iface = gr.Interface(
26
  description = "MIRNet model for light up the dark image πŸŒ†πŸŽ†",
27
  inputs=[gr.inputs.Image(label="image", type="pil")],
28
  outputs="image",
29
- article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>."
30
  examples=examples).launch(debug=True)
 
26
  description = "MIRNet model for light up the dark image πŸŒ†πŸŽ†",
27
  inputs=[gr.inputs.Image(label="image", type="pil")],
28
  outputs="image",
29
+ article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
30
  examples=examples).launch(debug=True)