Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
c591eaa
1
Parent(s):
846c096
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import gradio as gr
|
3 |
os.system("pip3 install cython_bbox gdown")
|
4 |
-
os.system("git clone
|
5 |
os.chdir("YOLOX")
|
6 |
os.system("pip3 install -r requirements.txt")
|
7 |
os.system("pip3 install -v -e .")
|
|
|
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")
|
7 |
os.system("pip3 install -v -e .")
|