Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
torch==2.5.1
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
-
transformers==4.33.0
|
5 |
-
datasets==2.14.0
|
6 |
-
streamlit==1.24.0
|
7 |
-
|
|
|
|
1 |
+
torch==2.5.1
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
+
transformers==4.33.0
|
5 |
+
datasets==2.14.0
|
6 |
+
streamlit==1.24.0
|
7 |
+
scikit-learn==1.2.2
|
8 |
+
huggingface_hub==0.17.1
|