Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|