Spaces:
Runtime error
Runtime error
Jingkang Yang
commited on
Commit
•
21e4b1b
1
Parent(s):
5df73c6
update:requirments
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ try:
|
|
4 |
import detectron2
|
5 |
except:
|
6 |
import os
|
7 |
-
os.system('cd third_party/CLIP && python -m pip install -Ue .')
|
8 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
9 |
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
10 |
os.system('pip install git+https://github.com/facebookresearch/segment-anything.git')
|
|
|
4 |
import detectron2
|
5 |
except:
|
6 |
import os
|
7 |
+
os.system('cd /home/user/app/third_party/CLIP && python -m pip install -Ue .')
|
8 |
os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
|
9 |
os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
|
10 |
os.system('pip install git+https://github.com/facebookresearch/segment-anything.git')
|