Fangjun Kuang
Committed by GitHub

Fix typos (#1330)

@@ -91,7 +91,7 @@ installing anything. All you need is a browser. @@ -91,7 +91,7 @@ installing anything. All you need is a browser.
91 | Audio tagging | [Click me][hf-space-audio-tagging] | 91 | Audio tagging | [Click me][hf-space-audio-tagging] |
92 | Spoken language identification with [Whisper][Whisper]| [Click me][hf-space-slid-whisper] | 92 | Spoken language identification with [Whisper][Whisper]| [Click me][hf-space-slid-whisper] |
93 93
94 -We also have spaces built using WebAssembly. The are listed below: 94 +We also have spaces built using WebAssembly. They are listed below:
95 95
96 | Description | Huggingface space| ModelScope space| 96 | Description | Huggingface space| ModelScope space|
97 |------------------------------------------------------------------------------------------|------------------|-----------------| 97 |------------------------------------------------------------------------------------------|------------------|-----------------|
@@ -52,7 +52,7 @@ to download a non-streaming ASR model. @@ -52,7 +52,7 @@ to download a non-streaming ASR model.
52 52
53 Assume the filename of the text file is speaker.txt. 53 Assume the filename of the text file is speaker.txt.
54 54
55 -python3 ./python-api-examples/speaker-identification-with-vad.py \ 55 +python3 ./python-api-examples/speaker-identification-with-vad-non-streaming-asr.py \
56 --silero-vad-model=/path/to/silero_vad.onnx \ 56 --silero-vad-model=/path/to/silero_vad.onnx \
57 --speaker-file ./speaker.txt \ 57 --speaker-file ./speaker.txt \
58 --model ./wespeaker_zh_cnceleb_resnet34.onnx 58 --model ./wespeaker_zh_cnceleb_resnet34.onnx