joermd commited on
Commit
87e1933
·
verified ·
1 Parent(s): 778fac8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -2
requirements.txt CHANGED
@@ -1,6 +1,18 @@
1
  streamlit
2
- torch
3
- transformers
4
  Pillow
5
  torchvision
6
  requests
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  streamlit
 
 
2
  Pillow
3
  torchvision
4
  requests
5
+ torch
6
+ accelerate
7
+ opencv-python
8
+ spaces
9
+ pillow
10
+ numpy
11
+ timm
12
+ kornia
13
+ prettytable
14
+ typing
15
+ scikit-image
16
+ huggingface_hub
17
+ transformers>=4.39.1
18
+ loadimg>=0.1.1