vumichien commited on
Commit
832e1fb
1 Parent(s): 6f62f51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,4 +29,5 @@ iface = gr.Interface(
29
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
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>", cache_examples=True).launch(enable_queue=True)
 
29
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
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>", cache_examples=True).launch(enable_queue=True)