fix invalid path
This commit is contained in:
parent
5cac0e361c
commit
90015ffd28
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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
|
# 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
|
## Risks and limitations
|
||||||
|
|
Loading…
Reference in a new issue