Spaces:
Running
on
Zero
Running
on
Zero
Update app_3.py
Browse files
app_3.py
CHANGED
@@ -41,7 +41,7 @@ from torchvision import transforms
|
|
41 |
|
42 |
from typing import Optional
|
43 |
|
44 |
-
from dpt import DepthAnythingV2
|
45 |
|
46 |
import httpx
|
47 |
|
|
|
41 |
|
42 |
from typing import Optional
|
43 |
|
44 |
+
from depth_anything_v2.dpt import DepthAnythingV2
|
45 |
|
46 |
import httpx
|
47 |
|