vumichien commited on
Commit
932b0db
β€’
1 Parent(s): 29c1806

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,5 +27,6 @@ iface = gr.Interface(
27
  description = "MIRNet model for light up the dark image πŸŒ†πŸŽ†",
28
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
29
  outputs="image",
 
30
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
31
  examples=examples).launch(enable_queue=True, cache_examples=True)
 
27
  description = "MIRNet model for light up the dark image πŸŒ†πŸŽ†",
28
  inputs=[gr.inputs.Image(label="image", type="pil", shape=(960, 640))],
29
  outputs="image",
30
+ cache_examples=True,
31
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
32
  examples=examples).launch(enable_queue=True, cache_examples=True)