Harveenchadha commited on
Commit
b8b4e7b
1 Parent(s): 1e7cf65

Remove cache examples

Browse files

Cache examples is set to true by default in spaces and it is part of Interface fn not launch fn.

Files changed (1) hide show
  1. app.py +1 -1
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, cache_examples=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)