Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -1,11 +1,9 @@
|
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
-
gradio
|
4 |
-
datasets
|
5 |
tokenizers
|
6 |
langdetect
|
7 |
-
|
8 |
pandas
|
9 |
-
|
10 |
-
|
11 |
-
requests
|
|
|
1 |
+
gradio
|
2 |
transformers
|
3 |
torch
|
|
|
|
|
4 |
tokenizers
|
5 |
langdetect
|
6 |
+
huggingface_hub
|
7 |
pandas
|
8 |
+
nltk
|
9 |
+
sentencepiece
|
|