CoolFace
Apppublic

Gameel/TextToSpeech

sourceHugging Faceupdated 4y agoView on Hugging Face
4likes
app.py6 linesDownload Raw Back to root
1import gradio as gr2gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech", 3                  description="TTS using FastSpeech2",4                  title="Text to Speech (TTS)",5                  examples=[["The quick brown fox jumps over the lazy dog."]]6                  ).launch()