From 64241e29ca80e1a0cb6339da5fe2fa3e623d23bf Mon Sep 17 00:00:00 2001 From: YaoyaoChang Date: Wed, 27 Aug 2025 18:25:34 -0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c67eda..6db4d46 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ python demo/gradio_demo.py --model_path WestZhang/VibeVoice-Large-pt --share python demo/inference_from_file.py --model_path WestZhang/VibeVoice-Large-pt --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice # or more speakers -python demo/inference_from_file.py --model_path WestZhang/VibeVoice-Large-pt --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Yunfan +python demo/inference_from_file.py --model_path WestZhang/VibeVoice-Large-pt --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Frank ``` ## FAQ