Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,9 +1,5 @@
|
|
1 |
transformers>=4.32.0
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
streamlit>=1.20.0
|
7 |
-
numpy>=1.24.0 # Utilizado frecuentemente junto con PyTorch
|
8 |
-
huggingface_hub
|
9 |
-
pandas
|
|
|
1 |
transformers>=4.32.0
|
2 |
+
streamlit>=1.25.0
|
3 |
+
pandas>=1.5.0
|
4 |
+
huggingface_hub>=0.16.0
|
5 |
+
torch>=2.0.0 # Solo si estás usando PyTorch como backend
|
|
|
|
|
|
|
|