Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +28 -0
requirements.txt
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
blinker>=1.9.0
|
3 |
+
click>=8.1.8
|
4 |
+
Flask==3.1.0
|
5 |
+
flask-cors>=4.0.0
|
6 |
+
itsdangerous>=2.2.0
|
7 |
+
Jinja2>=3.1.5
|
8 |
+
joblib>=1.4.2
|
9 |
+
MarkupSafe>=3.0.2
|
10 |
+
pandas==2.2.3
|
11 |
+
python-dateutil>=2.9.0
|
12 |
+
pytz>=2025.1
|
13 |
+
scikit-learn==1.6.1
|
14 |
+
scipy>=1.15.1
|
15 |
+
six>=1.17.0
|
16 |
+
threadpoolctl>=3.5.0
|
17 |
+
tzdata>=2025.1
|
18 |
+
Werkzeug>=3.1.3
|
19 |
+
|
20 |
+
requests>=2.31.0
|
21 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
22 |
+
torch==2.2.1+cpu
|
23 |
+
torchvision==0.17.1+cpu
|
24 |
+
torchaudio==2.2.1+cpu
|
25 |
+
numpy<2
|
26 |
+
transformers==4.48.0
|
27 |
+
gunicorn>=20.1.0
|
28 |
+
huggingface_hub>=0.20.0
|