Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
thelip/VibeVoice
Dorjzodovsuren
/
VibeVoice
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield-dev
commited on
8 days ago
Commit
b7658fb
·
verified
·
1 Parent(s):
2d53934
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import os
2
+
os.system("python demo/gradio_demo.py --model_path microsoft/VibeVoice-1.5B --share")