valegro commited on
Commit
7902b7a
·
verified ·
1 Parent(s): 8c8ebf7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,8 +1,11 @@
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
 
1
+ torch
2
+ torchvision
3
+ huggingface_hub
4
+ segment_anything
5
+ groundingdino-py
6
+ transformers
7
  opencv-python-headless
8
+ matplotlib
9
+ numpy
10
  pillow
11
+ streamlit