Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
sentencepiece==0.1.99
|
|
|
1 |
+
numpy<2
|
2 |
+
torch>=2.0.0
|
3 |
+
gradio>=3.0.0
|
4 |
+
transformers>=4.30.0
|
5 |
+
Pillow>=9.0.0
|
|