FQiao commited on
Commit
7b3c091
·
verified ·
1 Parent(s): 24bbada

Update app.py

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