Spaces:
Runtime error
Runtime error
Update script/install.sh
Browse files- script/install.sh +2 -2
script/install.sh
CHANGED
@@ -8,8 +8,8 @@ pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=G
|
|
8 |
# Install other lib
|
9 |
pip install numpy opencv-python pycocotools matplotlib Pillow scikit-image
|
10 |
|
11 |
-
pip uninstall gradio
|
12 |
-
pip install gradio
|
13 |
#pip install gradio zip gdown ffmpeg
|
14 |
|
15 |
# Install Pytorch Correlation
|
|
|
8 |
# Install other lib
|
9 |
pip install numpy opencv-python pycocotools matplotlib Pillow scikit-image
|
10 |
|
11 |
+
#pip uninstall gradio
|
12 |
+
#pip install gradio
|
13 |
#pip install gradio zip gdown ffmpeg
|
14 |
|
15 |
# Install Pytorch Correlation
|