Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
1 |
+
gradio==3.0.19
|
2 |
+
transformers==4.37.0
|
3 |
+
torch==2.1.2
|
4 |
+
Pillow==9.2.0
|
5 |
+
sentencepiece
|