sudo-soldier commited on
Commit
7fd5c5f
·
verified ·
1 Parent(s): f918a5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -100,8 +100,8 @@ def create_3d_obj(rgb_image, depth_image, image_path, depth=10):
100
  return gltf_path
101
 
102
 
103
- title = "Demo: zero-shot depth estimation with DPT + 3D Point Cloud"
104
- description = "This demo is a variation from the original <a href='https://huggingface.co/spaces/nielsr/dpt-depth-estimation' target='_blank'>DPT Demo</a>. It uses the DPT model to predict the depth of an image and then uses 3D Point Cloud to create a 3D object."
105
  examples = [["examples/" + img] for img in os.listdir("examples/")]
106
 
107
  iface = gr.Interface(fn=process_image,
 
100
  return gltf_path
101
 
102
 
103
+ title = "zero-shot depth estimation with DPT + 3D Point Cloud"
104
+ description = "DPT model to predict the depth of an image and 3D Point Cloud to create a 3D object."
105
  examples = [["examples/" + img] for img in os.listdir("examples/")]
106
 
107
  iface = gr.Interface(fn=process_image,