Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
numpy
|
2 |
-
torch
|
3 |
-
transformers
|
4 |
-
pillow
|
|
|
|
1 |
+
numpy==1.24.4
|
2 |
+
torch==2.0.1
|
3 |
+
transformers==4.31.0
|
4 |
+
pillow==10.0.0
|
5 |
+
altair<5
|