vumichien commited on
Commit
be16335
1 Parent(s): f1241c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ iface = gr.Interface(
27
  inputs=[gr.inputs.Image(label="image", type="pil")],
28
  outputs="image",
29
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
30
- examples=examples).launch(debug=True)
 
27
  inputs=[gr.inputs.Image(label="image", type="pil")],
28
  outputs="image",
29
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
30
+ examples=examples).launch(enable_queue=True, cache_examples=True)