shireenchand commited on
Commit
f7fb912
·
1 Parent(s): df45565

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ RightCam = gr.inputs.Image(type="numpy")
27
  map = gr.Interface(fn=depthMap,
28
  inputs=[leftCam,RightCam],
29
  outputs="image").launch(debug=True),
30
- examples=[
31
  os.path.join(os.path.dirname(__file__), "left_artroom.png"),
32
  os.path.join(os.path.dirname(__file__), "right_artroom.png"),
33
  ]
 
27
  map = gr.Interface(fn=depthMap,
28
  inputs=[leftCam,RightCam],
29
  outputs="image").launch(debug=True),
30
+ examples=[
31
  os.path.join(os.path.dirname(__file__), "left_artroom.png"),
32
  os.path.join(os.path.dirname(__file__), "right_artroom.png"),
33
  ]