aikenml commited on
Commit
0d2dacb
1 Parent(s): aab43a0

Update script/install.sh

Browse files
Files changed (1) hide show
  1. script/install.sh +2 -0
script/install.sh CHANGED
@@ -8,6 +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 install gradio zip gdown ffmpeg
12
 
13
  # 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