Spaces:
Running
Running
Update app.py
Browse files
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 |
|