From 60dd5689febe473b7b7f8f007f56cfb4e472210b Mon Sep 17 00:00:00 2001 From: JianweiYu Date: Tue, 26 Aug 2025 16:27:47 -0700 Subject: [PATCH] update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5dcdfa7..c833032 100644 --- a/README.md +++ b/README.md @@ -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