Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +0 -6
requirements.txt
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
-
numpy==1.23.5
|
2 |
-
scikit-learn==1.4.2
|
3 |
-
scipy==1.10.1
|
4 |
Flask==3.0.3
|
5 |
-
joblib==1.3.2
|
6 |
-
Flask-Cors==4.0.0
|
7 |
-
gunicorn==20.1.0
|
8 |
transformers==4.40.0
|
9 |
torch==2.3.0 # Add PyTorch to enable model loading
|
|
|
|
|
|
|
|
|
1 |
Flask==3.0.3
|
|
|
|
|
|
|
2 |
transformers==4.40.0
|
3 |
torch==2.3.0 # Add PyTorch to enable model loading
|