Spaces:
Build error
Build error
require: probar datasets hg
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
|
@@ -8,12 +8,12 @@ click==8.1.7
|
|
| 8 |
contourpy==1.3.0
|
| 9 |
cycler==0.12.1
|
| 10 |
exceptiongroup==1.2.2
|
| 11 |
-
fastapi==0.
|
| 12 |
ffmpy==0.4.0
|
| 13 |
filelock==3.15.4
|
| 14 |
fonttools==4.53.1
|
| 15 |
fsspec==2024.9.0
|
| 16 |
-
gradio==4.
|
| 17 |
gradio_client==1.3.0
|
| 18 |
h11==0.14.0
|
| 19 |
httpcore==1.0.5
|
|
@@ -22,6 +22,7 @@ huggingface-hub==0.24.6
|
|
| 22 |
idna==3.8
|
| 23 |
importlib_resources==6.4.4
|
| 24 |
Jinja2==3.1.4
|
|
|
|
| 25 |
kiwisolver==1.4.7
|
| 26 |
markdown-it-py==3.0.0
|
| 27 |
MarkupSafe==2.1.5
|
|
@@ -62,6 +63,8 @@ requests==2.32.3
|
|
| 62 |
rich==13.8.0
|
| 63 |
ruff==0.6.4
|
| 64 |
safetensors==0.4.5
|
|
|
|
|
|
|
| 65 |
semantic-version==2.10.0
|
| 66 |
shellingham==1.5.4
|
| 67 |
six==1.16.0
|
|
@@ -69,6 +72,7 @@ sniffio==1.3.1
|
|
| 69 |
starlette==0.38.4
|
| 70 |
sympy==1.13.2
|
| 71 |
tensorboardX==2.6.2.2
|
|
|
|
| 72 |
tokenizers==0.19.1
|
| 73 |
tomlkit==0.12.0
|
| 74 |
torch==2.4.1
|
|
|
|
| 8 |
contourpy==1.3.0
|
| 9 |
cycler==0.12.1
|
| 10 |
exceptiongroup==1.2.2
|
| 11 |
+
fastapi==0.112.4
|
| 12 |
ffmpy==0.4.0
|
| 13 |
filelock==3.15.4
|
| 14 |
fonttools==4.53.1
|
| 15 |
fsspec==2024.9.0
|
| 16 |
+
gradio==4.43.0
|
| 17 |
gradio_client==1.3.0
|
| 18 |
h11==0.14.0
|
| 19 |
httpcore==1.0.5
|
|
|
|
| 22 |
idna==3.8
|
| 23 |
importlib_resources==6.4.4
|
| 24 |
Jinja2==3.1.4
|
| 25 |
+
joblib==1.4.2
|
| 26 |
kiwisolver==1.4.7
|
| 27 |
markdown-it-py==3.0.0
|
| 28 |
MarkupSafe==2.1.5
|
|
|
|
| 63 |
rich==13.8.0
|
| 64 |
ruff==0.6.4
|
| 65 |
safetensors==0.4.5
|
| 66 |
+
scikit-learn==1.5.1
|
| 67 |
+
scipy==1.14.1
|
| 68 |
semantic-version==2.10.0
|
| 69 |
shellingham==1.5.4
|
| 70 |
six==1.16.0
|
|
|
|
| 72 |
starlette==0.38.4
|
| 73 |
sympy==1.13.2
|
| 74 |
tensorboardX==2.6.2.2
|
| 75 |
+
threadpoolctl==3.5.0
|
| 76 |
tokenizers==0.19.1
|
| 77 |
tomlkit==0.12.0
|
| 78 |
torch==2.4.1
|