Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ import torch.nn.functional as F
|
|
| 6 |
from torchvision.transforms import Compose
|
| 7 |
import shutil
|
| 8 |
import os
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
from depthAnything.depth_anything.dpt import DepthAnything
|
|
|
|
| 6 |
from torchvision.transforms import Compose
|
| 7 |
import shutil
|
| 8 |
import os
|
| 9 |
+
import teed
|
| 10 |
|
| 11 |
|
| 12 |
from depthAnything.depth_anything.dpt import DepthAnything
|