This commit is contained in:
JianweiYu 2025-08-26 16:27:47 -07:00
parent d2681c19d0
commit 60dd5689fe

View file

@ -87,7 +87,12 @@ pip install -e .
### Usage 1: Launch Gradio demo ### Usage 1: Launch Gradio demo
```bash ```bash
apt update && apt install ffmpeg -y # for demo apt update && apt install ffmpeg -y # for demo
# For 1.5B model
python demo/gradio_demo.py --model_path microsoft/VibeVoice-1.5B --share 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 ### Usage 2: Inference from files directly