vumichien commited on
Commit
743d72f
Β·
1 Parent(s): 88226d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,5 +30,6 @@ iface = gr.Interface(
30
  description = "Unet architecture with Densenet201 backbone for estimating the depth of image πŸ“",
31
  inputs=[gr.inputs.Image(label="image", type="numpy", shape=(640, 480))],
32
  outputs="image",
 
33
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
34
  examples=examples).launch(debug=True, cache_examples=True)
 
30
  description = "Unet architecture with Densenet201 backbone for estimating the depth of image πŸ“",
31
  inputs=[gr.inputs.Image(label="image", type="numpy", shape=(640, 480))],
32
  outputs="image",
33
+ cache_examples=True,
34
  article = "Author: <a href=\"https://huggingface.co/vumichien\">Vu Minh Chien</a>.",
35
  examples=examples).launch(debug=True, cache_examples=True)