mtwohey2 commited on
Commit
8265d02
·
verified ·
1 Parent(s): 7d955cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import matplotlib.cm as cm
8
  import matplotlib # New import for the updated colormap API
9
  import subprocess
10
  import sys
 
11
 
12
  from video_depth_anything.video_depth import VideoDepthAnything
13
  from utils.dc_utils import read_video_frames, save_video
 
8
  import matplotlib # New import for the updated colormap API
9
  import subprocess
10
  import sys
11
+ import spaces
12
 
13
  from video_depth_anything.video_depth import VideoDepthAnything
14
  from utils.dc_utils import read_video_frames, save_video