Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Jnakkash
/
Test
like
0
Model card
Files
Files and versions
xet
Community
Jnakkash
commited on
30 days ago
Commit
ed8004d
·
verified
·
1 Parent(s):
30723af
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+4
-0
README.md
CHANGED
Viewed
@@ -0,0 +1,4 @@
1
+
# Use a pipeline as a high-level helper
2
+
from transformers import pipeline
3
+
4
+
pipe = pipeline("text-to-speech", model="microsoft/VibeVoice-1.5B")