Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|