Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,7 @@ from main import load_moondream, process_video
|
|
5 |
import tempfile
|
6 |
import shutil
|
7 |
import torch
|
8 |
-
|
9 |
-
# import spaces
|
10 |
|
11 |
# Get absolute path to workspace root
|
12 |
WORKSPACE_ROOT = os.path.dirname(os.path.abspath(__file__))
|
|
|
5 |
import tempfile
|
6 |
import shutil
|
7 |
import torch
|
8 |
+
import spaces
|
|
|
9 |
|
10 |
# Get absolute path to workspace root
|
11 |
WORKSPACE_ROOT = os.path.dirname(os.path.abspath(__file__))
|