Spaces:
Runtime error
Runtime error
Commit
·
7cc7587
1
Parent(s):
1e1a102
add requirements
Browse files
requirements.txt
CHANGED
|
@@ -4,16 +4,19 @@ aiohappyeyeballs==2.6.1
|
|
| 4 |
aiohttp==3.12.15
|
| 5 |
aiosignal==1.4.0
|
| 6 |
annotated-types==0.7.0
|
|
|
|
| 7 |
anyio==4.11.0
|
| 8 |
asttokens==3.0.0
|
| 9 |
async-timeout==5.0.1
|
| 10 |
attrs==25.3.0
|
|
|
|
| 11 |
Authlib==1.6.4
|
| 12 |
Brotli==1.1.0
|
| 13 |
certifi==2025.8.3
|
| 14 |
cffi==2.0.0
|
| 15 |
charset-normalizer==3.4.3
|
| 16 |
click==8.0.4
|
|
|
|
| 17 |
cryptography==46.0.1
|
| 18 |
datasets==4.0.0
|
| 19 |
decorator==5.2.1
|
|
@@ -23,6 +26,7 @@ executing==2.2.1
|
|
| 23 |
fastapi==0.117.1
|
| 24 |
ffmpy==0.6.1
|
| 25 |
filelock==3.19.1
|
|
|
|
| 26 |
frozenlist==1.7.0
|
| 27 |
fsspec==2025.3.0
|
| 28 |
gradio==5.47.2
|
|
@@ -35,22 +39,31 @@ httpcore==1.0.9
|
|
| 35 |
httpx==0.28.1
|
| 36 |
httpx-sse==0.4.1
|
| 37 |
huggingface-hub==0.34.4
|
|
|
|
|
|
|
|
|
|
| 38 |
idna==3.10
|
| 39 |
ipython==8.37.0
|
| 40 |
itsdangerous==2.2.0
|
| 41 |
jedi==0.19.2
|
| 42 |
Jinja2==3.1.6
|
|
|
|
| 43 |
jsonschema==4.25.1
|
| 44 |
jsonschema-specifications==2025.9.1
|
|
|
|
|
|
|
|
|
|
| 45 |
markdown-it-py==4.0.0
|
| 46 |
MarkupSafe==3.0.2
|
| 47 |
matplotlib-inline==0.1.7
|
| 48 |
mcp==1.10.1
|
| 49 |
mdurl==0.1.2
|
| 50 |
mpmath==1.3.0
|
|
|
|
| 51 |
multidict==6.6.4
|
| 52 |
multiprocess==0.70.16
|
| 53 |
networkx==3.4.2
|
|
|
|
| 54 |
numpy==2.2.6
|
| 55 |
nvidia-cublas-cu12==12.8.4.1
|
| 56 |
nvidia-cuda-cupti-cu12==12.8.90
|
|
@@ -66,12 +79,16 @@ nvidia-cusparselt-cu12==0.7.1
|
|
| 66 |
nvidia-nccl-cu12==2.27.3
|
| 67 |
nvidia-nvjitlink-cu12==12.8.93
|
| 68 |
nvidia-nvtx-cu12==12.8.90
|
|
|
|
|
|
|
| 69 |
orjson==3.11.3
|
| 70 |
packaging==25.0
|
| 71 |
pandas==2.3.2
|
| 72 |
parso==0.8.5
|
| 73 |
pexpect==4.9.0
|
| 74 |
pillow==11.3.0
|
|
|
|
|
|
|
| 75 |
prompt_toolkit==3.0.52
|
| 76 |
propcache==0.3.2
|
| 77 |
protobuf==3.20.3
|
|
@@ -95,19 +112,25 @@ regex==2025.9.18
|
|
| 95 |
requests==2.32.5
|
| 96 |
rich==14.1.0
|
| 97 |
rpds-py==0.27.1
|
|
|
|
|
|
|
| 98 |
ruff==0.13.2
|
| 99 |
safehttpx==0.1.6
|
| 100 |
safetensors==0.6.2
|
|
|
|
|
|
|
| 101 |
semantic-version==2.10.0
|
| 102 |
shellingham==1.5.4
|
| 103 |
six==1.17.0
|
| 104 |
sniffio==1.3.1
|
| 105 |
soundfile==0.13.1
|
|
|
|
| 106 |
spaces==0.42.0
|
| 107 |
sse-starlette==3.0.2
|
| 108 |
stack-data==0.6.3
|
| 109 |
starlette==0.48.0
|
| 110 |
sympy==1.14.0
|
|
|
|
| 111 |
tokenizers==0.22.1
|
| 112 |
tomlkit==0.13.3
|
| 113 |
torch==2.8.0
|
|
|
|
| 4 |
aiohttp==3.12.15
|
| 5 |
aiosignal==1.4.0
|
| 6 |
annotated-types==0.7.0
|
| 7 |
+
antlr4-python3-runtime==4.9.3
|
| 8 |
anyio==4.11.0
|
| 9 |
asttokens==3.0.0
|
| 10 |
async-timeout==5.0.1
|
| 11 |
attrs==25.3.0
|
| 12 |
+
audioread==3.0.1
|
| 13 |
Authlib==1.6.4
|
| 14 |
Brotli==1.1.0
|
| 15 |
certifi==2025.8.3
|
| 16 |
cffi==2.0.0
|
| 17 |
charset-normalizer==3.4.3
|
| 18 |
click==8.0.4
|
| 19 |
+
coloredlogs==15.0.1
|
| 20 |
cryptography==46.0.1
|
| 21 |
datasets==4.0.0
|
| 22 |
decorator==5.2.1
|
|
|
|
| 26 |
fastapi==0.117.1
|
| 27 |
ffmpy==0.6.1
|
| 28 |
filelock==3.19.1
|
| 29 |
+
flatbuffers==25.9.23
|
| 30 |
frozenlist==1.7.0
|
| 31 |
fsspec==2025.3.0
|
| 32 |
gradio==5.47.2
|
|
|
|
| 39 |
httpx==0.28.1
|
| 40 |
httpx-sse==0.4.1
|
| 41 |
huggingface-hub==0.34.4
|
| 42 |
+
humanfriendly==10.0
|
| 43 |
+
hydra-core==1.3.2
|
| 44 |
+
HyperPyYAML==1.2.2
|
| 45 |
idna==3.10
|
| 46 |
ipython==8.37.0
|
| 47 |
itsdangerous==2.2.0
|
| 48 |
jedi==0.19.2
|
| 49 |
Jinja2==3.1.6
|
| 50 |
+
joblib==1.5.2
|
| 51 |
jsonschema==4.25.1
|
| 52 |
jsonschema-specifications==2025.9.1
|
| 53 |
+
lazy_loader==0.4
|
| 54 |
+
librosa==0.11.0
|
| 55 |
+
llvmlite==0.45.0
|
| 56 |
markdown-it-py==4.0.0
|
| 57 |
MarkupSafe==3.0.2
|
| 58 |
matplotlib-inline==0.1.7
|
| 59 |
mcp==1.10.1
|
| 60 |
mdurl==0.1.2
|
| 61 |
mpmath==1.3.0
|
| 62 |
+
msgpack==1.1.1
|
| 63 |
multidict==6.6.4
|
| 64 |
multiprocess==0.70.16
|
| 65 |
networkx==3.4.2
|
| 66 |
+
numba==0.62.1
|
| 67 |
numpy==2.2.6
|
| 68 |
nvidia-cublas-cu12==12.8.4.1
|
| 69 |
nvidia-cuda-cupti-cu12==12.8.90
|
|
|
|
| 79 |
nvidia-nccl-cu12==2.27.3
|
| 80 |
nvidia-nvjitlink-cu12==12.8.93
|
| 81 |
nvidia-nvtx-cu12==12.8.90
|
| 82 |
+
omegaconf==2.3.0
|
| 83 |
+
onnxruntime==1.23.0
|
| 84 |
orjson==3.11.3
|
| 85 |
packaging==25.0
|
| 86 |
pandas==2.3.2
|
| 87 |
parso==0.8.5
|
| 88 |
pexpect==4.9.0
|
| 89 |
pillow==11.3.0
|
| 90 |
+
platformdirs==4.4.0
|
| 91 |
+
pooch==1.8.2
|
| 92 |
prompt_toolkit==3.0.52
|
| 93 |
propcache==0.3.2
|
| 94 |
protobuf==3.20.3
|
|
|
|
| 112 |
requests==2.32.5
|
| 113 |
rich==14.1.0
|
| 114 |
rpds-py==0.27.1
|
| 115 |
+
ruamel.yaml==0.18.15
|
| 116 |
+
ruamel.yaml.clib==0.2.14
|
| 117 |
ruff==0.13.2
|
| 118 |
safehttpx==0.1.6
|
| 119 |
safetensors==0.6.2
|
| 120 |
+
scikit-learn==1.7.2
|
| 121 |
+
scipy==1.15.3
|
| 122 |
semantic-version==2.10.0
|
| 123 |
shellingham==1.5.4
|
| 124 |
six==1.17.0
|
| 125 |
sniffio==1.3.1
|
| 126 |
soundfile==0.13.1
|
| 127 |
+
soxr==1.0.0
|
| 128 |
spaces==0.42.0
|
| 129 |
sse-starlette==3.0.2
|
| 130 |
stack-data==0.6.3
|
| 131 |
starlette==0.48.0
|
| 132 |
sympy==1.14.0
|
| 133 |
+
threadpoolctl==3.6.0
|
| 134 |
tokenizers==0.22.1
|
| 135 |
tomlkit==0.13.3
|
| 136 |
torch==2.8.0
|
utils/__pycache__/interface.cpython-310.pyc
CHANGED
|
Binary files a/utils/__pycache__/interface.cpython-310.pyc and b/utils/__pycache__/interface.cpython-310.pyc differ
|
|
|