clockclock commited on
Commit
0749470
·
verified ·
1 Parent(s): 0380fd9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -0
requirements.txt ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.44.0
2
+ torch==2.1.0
3
+ torchvision==0.16.0
4
+ transformers==4.36.0
5
+ Pillow==10.1.0
6
+ numpy==1.24.3
7
+ captum==0.6.0
8
+ requests==2.31.0
9
+ matplotlib==3.7.2
10
+