valegro commited on
Commit
8c8ebf7
·
verified ·
1 Parent(s): 947d274

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- gradio
2
- torch # per GPU: torch torchvision --index-url https://download.pytorch.org/whl/cu121
3
- segment-anything
4
- groundingdino @ git+https://github.com/IDEA-Research/GroundingDINO.git
5
- numpy
6
- Pillow
7
- huggingface_hub
 
 
1
+ torch==2.2.0
2
+ torchvision==0.17.0
3
+ opencv-python-headless
4
+ pillow
5
+ gradio>=4.24
6
+ # Segment Anything & GroundingDINO su Hub
7
+ git+https://github.com/facebookresearch/segment-anything.git
8
+ git+https://github.com/IDEA-Research/GroundingDINO.git