Create requirements.txt
Browse files- 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 |
+
|