Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
de7a2f7
1
Parent(s):
3378e4a
switch to zero
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ from scipy.spatial.transform import Rotation
|
|
22 |
import gc
|
23 |
import open3d as o3d
|
24 |
import time
|
25 |
-
|
26 |
|
27 |
-
|
28 |
def vggsfm_demo(
|
29 |
input_video,
|
30 |
input_image,
|
|
|
22 |
import gc
|
23 |
import open3d as o3d
|
24 |
import time
|
25 |
+
import spaces
|
26 |
|
27 |
+
@spaces.GPU
|
28 |
def vggsfm_demo(
|
29 |
input_video,
|
30 |
input_image,
|