Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Harveenchadha
commited on
Commit
•
b8b4e7b
1
Parent(s):
1e7cf65
Remove cache examples
Browse filesCache examples is set to true by default in spaces and it is part of Interface fn not launch fn.
app.py
CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
|
|
30 |
outputs="image",
|
31 |
examples=examples,
|
32 |
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>",
|
33 |
-
).launch(enable_queue=True
|
|
|
30 |
outputs="image",
|
31 |
examples=examples,
|
32 |
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>",
|
33 |
+
).launch(enable_queue=True)
|