Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("
|
3 |
from torchyolo import YoloHub
|
4 |
import gradio as gr
|
5 |
|
|
|
1 |
import os
|
2 |
+
os.system("pip3 install cython_bbox gdown 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'")
|
3 |
from torchyolo import YoloHub
|
4 |
import gradio as gr
|
5 |
|