Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
#os.system('python setup.py build develop')
|
| 3 |
-
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools
|
| 4 |
os.system('pip install git+https://github.com/GitHub30/MaskTextSpotterV3')
|
| 5 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
| 6 |
os.system('gdown -O output/mixtrain/ 1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs')
|
|
|
|
| 1 |
import os
|
| 2 |
#os.system('python setup.py build develop')
|
| 3 |
+
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|
| 4 |
os.system('pip install git+https://github.com/GitHub30/MaskTextSpotterV3')
|
| 5 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
| 6 |
os.system('gdown -O output/mixtrain/ 1XQsikiNY7ILgZvmvOeUf9oPDG4fTp0zs')
|