Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
1 |
+
streamlit==1.35.0
|
2 |
+
torch==2.3.0
|
3 |
+
transformers==4.40.2
|
4 |
+
pillow==10.3.0
|
5 |
+
scikit-learn==1.4.2
|
6 |
+
joblib==1.4.0
|