Spaces:
Runtime error
Runtime error
First model version
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
3 |
os.system('gdown -O ./model_ctw.pth 16qgtD4UOhp0q5e2RYXE1dvuTz_ylZMyb')
|
4 |
#os.system('unzip model_ctw.zip')
|
5 |
-
os.system('gdown -O ./workdir.zip
|
6 |
os.system('unzip workdir.zip')
|
7 |
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|
8 |
os.system('python setup.py build develop --user')
|
|
|
2 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
3 |
os.system('gdown -O ./model_ctw.pth 16qgtD4UOhp0q5e2RYXE1dvuTz_ylZMyb')
|
4 |
#os.system('unzip model_ctw.zip')
|
5 |
+
os.system('gdown -O ./workdir.zip 10HxLehcJMY9rLd_OyH40HmrySZItuNDt')
|
6 |
os.system('unzip workdir.zip')
|
7 |
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|
8 |
os.system('python setup.py build develop --user')
|