Update app.py

#2
by dawood HF staff - opened
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)