Jnakkash commited on
Commit
ed8004d
·
verified ·
1 Parent(s): 30723af

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -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")