Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
|
|
30 |
outputs="image",
|
31 |
examples=examples,
|
32 |
cache_examples=True,
|
33 |
-
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>"
|
|
|
30 |
outputs="image",
|
31 |
examples=examples,
|
32 |
cache_examples=True,
|
33 |
+
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)
|