Ashoka74 commited on
Commit
cd1a55a
1 Parent(s): 9ac9002

Update app_3.py

Browse files
Files changed (1) hide show
  1. app_3.py +1 -1
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