sundea commited on
Commit
fc7eb46
1 Parent(s): 9083bb9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt CHANGED
@@ -1,5 +1,16 @@
1
  gradio
2
  transformers
 
 
 
 
 
 
 
 
 
 
 
3
 
4
 
5
 
 
1
  gradio
2
  transformers
3
+ matplotlib>=3.2.2
4
+ numpy>=1.18.5,<1.24.0
5
+ opencv-python>=4.1.1
6
+ Pillow>=7.1.2
7
+ PyYAML>=5.3.1
8
+ requests>=2.23.0
9
+ scipy>=1.4.1
10
+ torch>=1.7.0,!=1.12.0
11
+ torchvision>=0.8.1,!=0.13.0
12
+ tqdm>=4.41.0
13
+ protobuf<4.21.3
14
 
15
 
16