vsrinivas commited on
Commit
8776e9b
·
verified ·
1 Parent(s): 1f668a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,7 +23,7 @@ def generate_depth_image(input_image):
23
  depth = Image.fromarray(formatted)
24
  return depth
25
 
26
- demo = gr.Interface(title = "Depth Estimation of the Detected Objects in the Image - Test & Demo Ap by Srinivas.v..",
27
- description='Upload an image containing an unique image that has some vivid foreground objects',
28
  fn = generate_depth_image, inputs=gr.Image(type='pil'), outputs=gr.Image(type='pil'))
29
  demo.launch(share=True,debug=True)
 
23
  depth = Image.fromarray(formatted)
24
  return depth
25
 
26
+ demo = gr.Interface(title = "Depth Estimation of the Detected Objects in the Image - Test & Demo App by Srinivas.v..",
27
+ description='Upload an image that has some vivid foreground objects and submit',
28
  fn = generate_depth_image, inputs=gr.Image(type='pil'), outputs=gr.Image(type='pil'))
29
  demo.launch(share=True,debug=True)