Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
streamlit==1.18.1
|
2 |
+
transformers==4.30.0
|
3 |
+
torch==2.0.0
|
4 |
+
numpy==1.23.1
|
5 |
+
Pillow==9.4.0
|