keivalya commited on
Commit
7364c33
·
verified ·
1 Parent(s): 3a3b818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -44,8 +44,8 @@ def predict_depth(image):
44
 
45
 
46
  # Gradio UI
47
- # examples = [["img_000.png"],["img_001.png"],["img_002.png"],["img_003.png"],["img_004.png"],["img_005.png"],]
48
- examples = [["example.png"]]
49
 
50
  demo = gr.Interface(
51
  fn=predict_depth,
 
44
 
45
 
46
  # Gradio UI
47
+ examples = [["img_000.png"],["img_001.png"],["img_002.png"],["img_003.png"],["img_004.png"],["img_005.png"],]
48
+ # examples = [["example.png"]]
49
 
50
  demo = gr.Interface(
51
  fn=predict_depth,