update
This commit is contained in:
parent
d2681c19d0
commit
60dd5689fe
1 changed files with 5 additions and 0 deletions
|
@ -87,7 +87,12 @@ pip install -e .
|
|||
### Usage 1: Launch Gradio demo
|
||||
```bash
|
||||
apt update && apt install ffmpeg -y # for demo
|
||||
|
||||
# For 1.5B model
|
||||
python demo/gradio_demo.py --model_path microsoft/VibeVoice-1.5B --share
|
||||
|
||||
# For 7B model
|
||||
python demo/gradio_demo.py --model_path WestZhang/VibeVoice-Large-pt --share
|
||||
```
|
||||
|
||||
### Usage 2: Inference from files directly
|
||||
|
|
Loading…
Reference in a new issue