Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
transformers==4.
|
2 |
-
torch==
|
3 |
-
sentencepiece==0.1.
|
4 |
sacremoses==0.0.53
|
5 |
-
pandas==
|
6 |
-
matplotlib==3.7.
|
7 |
-
gradio==
|
|
|
|
|
|
1 |
+
transformers==4.30.2
|
2 |
+
torch==2.0.1
|
3 |
+
sentencepiece==0.1.99
|
4 |
sacremoses==0.0.53
|
5 |
+
pandas==2.0.3
|
6 |
+
matplotlib==3.7.2
|
7 |
+
gradio==4.4.0
|
8 |
+
numpy==1.24.3
|
9 |
+
requests==2.31.0
|