fix invalid path

This commit is contained in:
YaoyaoChang 2025-08-26 04:20:11 -07:00
parent 5cac0e361c
commit 90015ffd28

View file

@ -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