Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
pandas==1.
|
3 |
-
|
4 |
-
|
5 |
-
|
|
|
1 |
+
streamlit==1.22.0
|
2 |
+
pandas==2.1.0
|
3 |
+
numpy==1.24.4
|
4 |
+
transformers==4.36.0
|
5 |
+
torch==2.0.1
|