This commit is contained in:
Fangjun Kuang
2024-09-09 10:22:42 +08:00
committed by GitHub
parent 363b8e4c1e
commit 857cb5075c
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ installing anything. All you need is a browser.
| Audio tagging | [Click me][hf-space-audio-tagging] | | Audio tagging | [Click me][hf-space-audio-tagging] |
| Spoken language identification with [Whisper][Whisper]| [Click me][hf-space-slid-whisper] | | Spoken language identification with [Whisper][Whisper]| [Click me][hf-space-slid-whisper] |
We also have spaces built using WebAssembly. The are listed below: We also have spaces built using WebAssembly. They are listed below:
| Description | Huggingface space| ModelScope space| | Description | Huggingface space| ModelScope space|
|------------------------------------------------------------------------------------------|------------------|-----------------| |------------------------------------------------------------------------------------------|------------------|-----------------|

View File

@@ -52,7 +52,7 @@ to download a non-streaming ASR model.
Assume the filename of the text file is speaker.txt. Assume the filename of the text file is speaker.txt.
python3 ./python-api-examples/speaker-identification-with-vad.py \ python3 ./python-api-examples/speaker-identification-with-vad-non-streaming-asr.py \
--silero-vad-model=/path/to/silero_vad.onnx \ --silero-vad-model=/path/to/silero_vad.onnx \
--speaker-file ./speaker.txt \ --speaker-file ./speaker.txt \
--model ./wespeaker_zh_cnceleb_resnet34.onnx --model ./wespeaker_zh_cnceleb_resnet34.onnx