Spaces:
Build error
Build error
Update app.py (#2)
Browse files- Update app.py (3689c017063604c01ee2d4c3bcc8bba7134d936d)
Co-authored-by: khan <[email protected]>
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)
|