Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def process_image(image):
|
|
32 |
|
33 |
return result
|
34 |
|
35 |
-
title = "
|
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 |
|