Spaces:
Runtime error
Runtime error
xichen98cn
commited on
Commit
•
857f13f
1
Parent(s):
38a5344
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ os.system("pip install imutils")
|
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
6 |
os.system("python frozenseg/modeling/pixel_decoder/ops/setup.py build install")
|
7 |
os.system("pip install gdown")
|
8 |
-
os.system("pip install gradio_client==0.
|
9 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
10 |
import gradio as gr
|
11 |
from detectron2.utils.logger import setup_logger
|
|
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
6 |
os.system("python frozenseg/modeling/pixel_decoder/ops/setup.py build install")
|
7 |
os.system("pip install gdown")
|
8 |
+
os.system("pip install gradio_client==0.16.1")
|
9 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
10 |
import gradio as gr
|
11 |
from detectron2.utils.logger import setup_logger
|