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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,8 +26,8 @@ RightCam = gr.inputs.Image(type="numpy")
26
 
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
- ]
 
 
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),