From 90015ffd287eae288dd7d28153ff03b196f82beb Mon Sep 17 00:00:00 2001 From: YaoyaoChang Date: Tue, 26 Aug 2025 04:20:11 -0700 Subject: [PATCH] fix invalid path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ab33e8..52a59dc 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ python demo/gradio_demo.py --model_path microsoft/VibeVoice-1.5B --share python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/1p_abs.txt --speaker_names Alice # or more speakers -python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/2p_zh.txt --speaker_names Alice Yunfan +python demo/inference_from_file.py --model_path microsoft/VibeVoice-1.5B --txt_path demo/text_examples/2p_music.txt --speaker_names Alice Yunfan ``` ## Risks and limitations