adpro commited on
Commit
7f500f1
·
verified ·
1 Parent(s): 060e0bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -31,8 +31,6 @@ def process_image(image):
31
  img = Image.fromarray(formatted)
32
  return img
33
 
34
- return result
35
-
36
  title = "Demo: zero-shot depth estimation with DPT"
37
  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."
38
 
 
31
  img = Image.fromarray(formatted)
32
  return img
33
 
 
 
34
  title = "Demo: zero-shot depth estimation with DPT"
35
  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."
36