Skip to content

Commit

Permalink
Fix typos (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Sep 9, 2024
1 parent 363b8e4 commit 857cb50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ installing anything. All you need is a browser.
| Audio tagging | [Click me][hf-space-audio-tagging] |
| 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|
|------------------------------------------------------------------------------------------|------------------|-----------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
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 \
--speaker-file ./speaker.txt \
--model ./wespeaker_zh_cnceleb_resnet34.onnx
Expand Down

0 comments on commit 857cb50

Please sign in to comment.