From 01a3005bd9d5a27953f649cab3db20e90d074c39 Mon Sep 17 00:00:00 2001 From: pengzhiliang <1083127130@qq.com> Date: Mon, 1 Sep 2025 06:27:15 +0000 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5629b3e..751ca44 100644 --- a/README.md +++ b/README.md @@ -148,10 +148,10 @@ python demo/gradio_demo.py --model_path microsoft/VibeVoice-Large --share ```bash # We provide some LLM generated example scripts under demo/text_examples/ for demo # 1 speaker -python demo/inference_from_file.py --model_path WestZhang/VibeVoice-Large-pt --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice +python demo/inference_from_file.py --model_path microsoft/VibeVoice-Large --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 Frank +python demo/inference_from_file.py --model_path microsoft/VibeVoice-Large --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Frank ``` ## FAQ