Spaces:
Runtime error
Runtime error
Commit
·
0f0ee9e
1
Parent(s):
dde0842
Update app.py
Browse files
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))
|