Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ from torch import Tensor
|
|
11 |
from genstereo import GenStereo, AdaptiveFusionLayer
|
12 |
import ssl
|
13 |
from huggingface_hub import hf_hub_download
|
|
|
14 |
|
15 |
from extern.DAM2.depth_anything_v2.dpt import DepthAnythingV2
|
16 |
ssl._create_default_https_context = ssl._create_unverified_context
|
|
|
11 |
from genstereo import GenStereo, AdaptiveFusionLayer
|
12 |
import ssl
|
13 |
from huggingface_hub import hf_hub_download
|
14 |
+
import spaces
|
15 |
|
16 |
from extern.DAM2.depth_anything_v2.dpt import DepthAnythingV2
|
17 |
ssl._create_default_https_context = ssl._create_unverified_context
|