Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
f1f1b4c
1
Parent(s):
01dc4f9
add requirements.txt
Browse files- app.py +1 -1
- requirements.txt +128 -0
- utils/__pycache__/interface.cpython-310.pyc +0 -0
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def parse_args():
|
|
| 24 |
parser.add_argument(
|
| 25 |
'--codec_path',
|
| 26 |
type=str,
|
| 27 |
-
default='fnlp/MOSS-Speech-Codec'
|
| 28 |
help="the path of codec",
|
| 29 |
)
|
| 30 |
parser.add_argument("--host", type=str, default="0.0.0.0", help="server address")
|
|
|
|
| 24 |
parser.add_argument(
|
| 25 |
'--codec_path',
|
| 26 |
type=str,
|
| 27 |
+
default='fnlp/MOSS-Speech-Codec',
|
| 28 |
help="the path of codec",
|
| 29 |
)
|
| 30 |
parser.add_argument("--host", type=str, default="0.0.0.0", help="server address")
|
requirements.txt
ADDED
|
@@ -0,0 +1,128 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
accelerate==1.10.1
|
| 2 |
+
aiofiles==24.1.0
|
| 3 |
+
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
|
| 20 |
+
dill==0.3.8
|
| 21 |
+
exceptiongroup==1.3.0
|
| 22 |
+
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
|
| 29 |
+
gradio_client==1.13.3
|
| 30 |
+
groovy==0.1.2
|
| 31 |
+
h11==0.16.0
|
| 32 |
+
hf-xet==1.1.9
|
| 33 |
+
hf_transfer==0.1.9
|
| 34 |
+
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
|
| 57 |
+
nvidia-cuda-nvrtc-cu12==12.8.93
|
| 58 |
+
nvidia-cuda-runtime-cu12==12.8.90
|
| 59 |
+
nvidia-cudnn-cu12==9.10.2.21
|
| 60 |
+
nvidia-cufft-cu12==11.3.3.83
|
| 61 |
+
nvidia-cufile-cu12==1.13.1.3
|
| 62 |
+
nvidia-curand-cu12==10.3.9.90
|
| 63 |
+
nvidia-cusolver-cu12==11.7.3.90
|
| 64 |
+
nvidia-cusparse-cu12==12.5.8.93
|
| 65 |
+
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
|
| 78 |
+
psutil==5.9.8
|
| 79 |
+
ptyprocess==0.7.0
|
| 80 |
+
pure_eval==0.2.3
|
| 81 |
+
pyarrow==21.0.0
|
| 82 |
+
pycparser==2.23
|
| 83 |
+
pydantic==2.11.9
|
| 84 |
+
pydantic-settings==2.11.0
|
| 85 |
+
pydantic_core==2.33.2
|
| 86 |
+
pydub==0.25.1
|
| 87 |
+
Pygments==2.19.2
|
| 88 |
+
python-dateutil==2.9.0.post0
|
| 89 |
+
python-dotenv==1.1.1
|
| 90 |
+
python-multipart==0.0.20
|
| 91 |
+
pytz==2025.2
|
| 92 |
+
PyYAML==6.0.2
|
| 93 |
+
referencing==0.36.2
|
| 94 |
+
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
|
| 114 |
+
torchaudio==2.8.0
|
| 115 |
+
tqdm==4.67.1
|
| 116 |
+
traitlets==5.14.3
|
| 117 |
+
transformers==4.56.2
|
| 118 |
+
triton==3.4.0
|
| 119 |
+
typer==0.19.2
|
| 120 |
+
typing-inspection==0.4.1
|
| 121 |
+
typing_extensions==4.15.0
|
| 122 |
+
tzdata==2025.2
|
| 123 |
+
urllib3==2.5.0
|
| 124 |
+
uvicorn==0.37.0
|
| 125 |
+
wcwidth==0.2.14
|
| 126 |
+
websockets==15.0.1
|
| 127 |
+
xxhash==3.5.0
|
| 128 |
+
yarl==1.20.1
|
utils/__pycache__/interface.cpython-310.pyc
ADDED
|
Binary file (12.6 kB). View file
|
|
|