hbpkillerX commited on
Commit
0f0ee9e
·
1 Parent(s): dde0842

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ iface = gr.Interface(
42
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
43
  outputs="image",
44
  cache_examples=True,
45
- )
 
42
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
43
  outputs="image",
44
  cache_examples=True,
45
+ article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>. Based on the keras example from <a href=\"https://keras.io/examples/vision/mirnet/\">Soumik Rakshit</a>").launch(enable_queue=True))