nielsr HF staff commited on
Commit
55ec39c
1 Parent(s): 9f112a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def process_image(image):
32
 
33
  return result
34
 
35
- title = "Interactive demo: DPT"
36
  description = "Demo for Intel's DPT, a Dense Prediction Transformer for state-of-the-art dense prediction tasks such as semantic segmentation and depth estimation."
37
  examples =[['cats.jpg']]
38
 
32
 
33
  return result
34
 
35
+ title = "Demo: zero-shot depth estimation with DPT"
36
  description = "Demo for Intel's DPT, a Dense Prediction Transformer for state-of-the-art dense prediction tasks such as semantic segmentation and depth estimation."
37
  examples =[['cats.jpg']]
38