sundea commited on
Commit
e19e314
1 Parent(s): bf41bc7

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+