shireenchand commited on
Commit
5fc6dd1
·
1 Parent(s): 0ed850c

Update app.py

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