Thebull commited on
Commit
ecbc978
·
verified ·
1 Parent(s): e678d81

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -1
requirements.txt CHANGED
@@ -1,2 +1,8 @@
1
  pip install gradio
2
- pip install transformers
 
 
 
 
 
 
 
1
  pip install gradio
2
+ pip install transformers
3
+ pip install fastapi==0.74.*
4
+ ip install requests==2.27.*
5
+ pip install sentencepiece==0.1.*
6
+ pip install torch==1.11.*
7
+ pip install transformers==4.*
8
+ pip install uvicorn[standard]==0.17.*