merve HF staff commited on
Commit
f871482
1 Parent(s): b8b4e7b

Update app.py

Browse files
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)
 
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)