thfname commited on
Commit
fec3d60
1 Parent(s): 3bd55f3

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ pip install transformers==4.35
2
+ pip install torch==2.1.1
3
+ pip install gradio==4.4.1