Spaces:
Build error
Build error
First model version
Browse files
app.py
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
import os
|
2 |
-
os.system('sudo -i')
|
3 |
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|
4 |
os.system('python setup.py build develop')
|
5 |
#os.system('pip install git+https://github.com/wangyuxin87/ContourNet')
|
|
|
1 |
import os
|
|
|
2 |
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|
3 |
os.system('python setup.py build develop')
|
4 |
#os.system('pip install git+https://github.com/wangyuxin87/ContourNet')
|