Spaces:
Sleeping
Sleeping
CHORE : requirments.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
transformers
|
3 |
tensorflow==2.13.0
|
4 |
-
numpy
|
5 |
-
|
6 |
-
|
7 |
-
Pillow
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
transformers==4.32.1
|
3 |
tensorflow==2.13.0
|
4 |
+
numpy==1.24.3
|
5 |
+
matplotlib==3.7.2
|
6 |
+
Pillow==9.4.0
|
|