imessien commited on
Commit
5d079b3
1 Parent(s): d79b46d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ transformers==4.9.2 # This is the version available as of my last update. You can adjust it to the version you want.
2
+ gradio==2.2.15 # Similarly, adjust this as needed.
3
+ torch==1.9.1 # Transformers library requires PyTorch.