Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
80c8d1e
1
Parent(s):
2ccdf4a
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
-
os.system("pip3 install cython_bbox gdown")
|
4 |
os.system("git clone https://github.com/Megvii-BaseDetection/YOLOX.git")
|
5 |
os.chdir("YOLOX")
|
6 |
os.system("pip3 install -r requirements.txt")
|
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
+
os.system("pip3 install cython_bbox gdown 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'")
|
4 |
os.system("git clone https://github.com/Megvii-BaseDetection/YOLOX.git")
|
5 |
os.chdir("YOLOX")
|
6 |
os.system("pip3 install -r requirements.txt")
|