Spaces:
Running
Running
Commit
·
ab6480b
1
Parent(s):
7265473
update
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def install_cuda_toolkit():
|
|
23 |
|
24 |
install_cuda_toolkit()
|
25 |
|
26 |
-
os.system('
|
27 |
import torch
|
28 |
import numpy as np
|
29 |
from easydict import EasyDict
|
|
|
23 |
|
24 |
install_cuda_toolkit()
|
25 |
|
26 |
+
os.system('pip install -e ./thirdparty/DROID-SLAM')
|
27 |
import torch
|
28 |
import numpy as np
|
29 |
from easydict import EasyDict
|