Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
matplotlib
|
5 |
-
scipy
|
6 |
-
transformers
|
7 |
-
torch
|
8 |
-
sentencepiece
|
|
|
1 |
+
gradio==4.28.3
|
2 |
+
numpy==1.26.4
|
3 |
+
pandas==2.2.2
|
4 |
+
matplotlib==3.8.4
|
5 |
+
scipy==1.13.0
|
6 |
+
transformers==4.40.1
|
7 |
+
torch==2.3.0
|
8 |
+
sentencepiece==0.2.0
|