Spaces:
Runtime error
Runtime error
fendiprime
commited on
Commit
•
81f1ed9
1
Parent(s):
a99014a
git+https://github.com/facebookresearch/detectron2.git
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install detectron2 -
|
3 |
os.system("git clone https://github.com/microsoft/unilm.git")
|
4 |
|
5 |
import sys
|
|
|
1 |
import os
|
2 |
+
os.system('pip install detectron2 -e git+https://github.com/facebookresearch/detectron2.git')
|
3 |
os.system("git clone https://github.com/microsoft/unilm.git")
|
4 |
|
5 |
import sys
|