Spaces:
Sleeping
Sleeping
bego
commited on
Commit
•
f7ac5c8
1
Parent(s):
195c8b6
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
ftfy
|
3 |
-
torch
|
4 |
-
transformers
|
5 |
-
|
6 |
-
|
|
|
|
1 |
+
gradio==3.23.0
|
2 |
+
ftfy==6.2.0
|
3 |
+
torch==2.3.0
|
4 |
+
transformers==4.40.2
|
5 |
+
scikit-learn==1.5.0
|
6 |
+
numpy==1.25.2
|
7 |
+
|