Spaces:
Running
Running
Commit
·
c4adfb3
1
Parent(s):
4439a97
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ os.system("pip install gdown")
|
|
5 |
|
6 |
os.system("pip install imutils")
|
7 |
|
|
|
|
|
8 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
9 |
|
10 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|
|
|
5 |
|
6 |
os.system("pip install imutils")
|
7 |
|
8 |
+
os.system("pip install gradio_client==0.2.7")
|
9 |
+
|
10 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
11 |
|
12 |
os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
|