Spaces:
Build error
Build error
First model version
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
| 3 |
-
os.system('gdown -O ./output/ctw/model_ctw.pth
|
| 4 |
os.system('gdown -O ./workdir.zip 1mYM_26qHUom_5NU7iutHneB_KHlLjL5y')
|
| 5 |
os.system('unzip workdir.zip')
|
| 6 |
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|
|
|
|
| 1 |
import os
|
| 2 |
os.system('pip install --upgrade --no-cache-dir gdown')
|
| 3 |
+
os.system('gdown -O ./output/ctw/model_ctw.pth 1ydYjuxJglLAJRVWjj6sKXM3aBL2pXRpG')
|
| 4 |
os.system('gdown -O ./workdir.zip 1mYM_26qHUom_5NU7iutHneB_KHlLjL5y')
|
| 5 |
os.system('unzip workdir.zip')
|
| 6 |
os.system('pip install "git+https://github.com/philferriere/cocoapi.git#egg=pycocotools&subdirectory=PythonAPI"')
|