tts / app.py
Noe831's picture
Create app.py
17c4f71 verified
raw
history blame contribute delete
No virus
144 Bytes
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-speech", model="myshell-ai/MeloTTS-English")