Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ model = model.to(DEVICE).eval()
|
|
49 |
|
50 |
title = "# Depth Anything V2"
|
51 |
description = """Official demo for **Depth Anything V2**.
|
52 |
-
Please refer to our [paper](), [project page](https://depth-anything-v2.github.io), or [github](https://github.com/DepthAnything/Depth-Anything-V2) for more details."""
|
53 |
|
54 |
@spaces.GPU
|
55 |
def predict_depth(image):
|
|
|
49 |
|
50 |
title = "# Depth Anything V2"
|
51 |
description = """Official demo for **Depth Anything V2**.
|
52 |
+
Please refer to our [paper](https://arxiv.org/abs/2406.09414), [project page](https://depth-anything-v2.github.io), or [github](https://github.com/DepthAnything/Depth-Anything-V2) for more details."""
|
53 |
|
54 |
@spaces.GPU
|
55 |
def predict_depth(image):
|