amaanwanie commited on
Commit
fc08985
·
verified ·
1 Parent(s): 4052f8e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -3
requirements.txt CHANGED
@@ -1,11 +1,22 @@
 
1
  gradio
2
  torch
3
  torchvision
4
  opencv-python
5
  numpy
6
  Pillow
7
- supervision
8
- diffusers
9
  transformers
 
 
 
10
  segment-anything
11
- addict
 
 
 
 
 
 
 
 
1
+ # Core
2
  gradio
3
  torch
4
  torchvision
5
  opencv-python
6
  numpy
7
  Pillow
8
+
9
+ # Hugging Face / Diffusion
10
  transformers
11
+ diffusers
12
+
13
+ # SAM & GroundingDINO dependencies
14
  segment-anything
15
+ supervision
16
+ addict
17
+ yapf
18
+ timm
19
+ pycocotools
20
+ yacs
21
+ matplotlib
22
+ scipy