Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
@@ -1,11 +1,7 @@
|
|
1 |
-
transformers
|
2 |
-
|
3 |
-
|
4 |
-
gradio
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
pandas
|
9 |
-
matplotlib
|
10 |
-
seaborn
|
11 |
-
sentencepiece
|
|
|
1 |
+
transformers==4.28.1
|
2 |
+
datasets==2.11.0
|
3 |
+
torch==1.13.1
|
4 |
+
gradio==3.36.0
|
5 |
+
scikit-learn==1.2.2
|
6 |
+
pandas==1.5.3
|
7 |
+
numpy==1.23.5
|
|
|
|
|
|
|
|