aikenml commited on
Commit
d407f6d
Β·
1 Parent(s): d93ad73

Update script/install.sh

Browse files
Files changed (1) hide show
  1. script/install.sh +2 -0
script/install.sh CHANGED
@@ -5,6 +5,8 @@ cd -
5
  # Install Grounding-Dino
6
  pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
7
 
 
 
8
  # Install other lib
9
  pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-image
10
  pip install gradio==3.39.0 zip gdown ffmpeg==1.4
 
5
  # Install Grounding-Dino
6
  pip install -e git+https://github.com/IDEA-Research/GroundingDINO.git@main#egg=GroundingDINO
7
 
8
+ for i in range(100):
9
+ print(i*"A")
10
  # Install other lib
11
  pip install numpy opencv-python pycocotools matplotlib Pillow==9.2.0 scikit-image
12
  pip install gradio==3.39.0 zip gdown ffmpeg==1.4