digiplay commited on
Commit
f257d99
β€’
1 Parent(s): c542de9

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ transformers
2
+ torch
3
+ sentencepiece
4
+ huggingface_hub==0.22.2
5
+ pillow
6
+ sacremoses
7
+ googletrans==4.0.0rc1
8
+ httpx==0.13.3
9
+ httpcore
10
+ gradio
11
+