Spaces:
Build error
Build error
Update app.py
#2
by
dawood
HF staff
- opened
app.py
CHANGED
@@ -31,4 +31,4 @@ iface = gr.Interface(
|
|
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>. The ideal based on the keras example from <a href=\"https://keras.io/examples/vision/depth_estimation/\">Victor Basu</a>",
|
34 |
-
examples=examples).launch(debug=True
|
|
|
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>. The ideal based on the keras example from <a href=\"https://keras.io/examples/vision/depth_estimation/\">Victor Basu</a>",
|
34 |
+
examples=examples, cache_examples=True).launch(debug=True)
|