vumichien dawood HF staff commited on
Commit
5366ab7
1 Parent(s): 4bbd410

Update app.py (#2)

Browse files

- Update app.py (3689c017063604c01ee2d4c3bcc8bba7134d936d)


Co-authored-by: khan <dawood@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -1
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, cache_examples=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)