Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
-
transformers>=4.36.0
|
| 4 |
-
huggingface_hub>=0.20.0
|
| 5 |
-
datasets>=2.16.0
|
| 6 |
scikit-learn
|
| 7 |
pandas
|
| 8 |
numpy
|
| 9 |
-
streamlit
|
|
|
|
| 1 |
+
transformers==4.36.2
|
| 2 |
+
huggingface_hub==0.20.3
|
| 3 |
+
datasets==2.16.1
|
| 4 |
torch>=2.0.0
|
|
|
|
|
|
|
|
|
|
| 5 |
scikit-learn
|
| 6 |
pandas
|
| 7 |
numpy
|
| 8 |
+
streamlit
|