File size: 296 Bytes
a8b5a82
 
 
 
 
 
1
2
3
4
5
6
import gradio as gr
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech", 
                  description="TTS using FastSpeech2",
                  title="Text to Speech (TTS)",
                  examples=[["The quick brown fox jumps over the lazy dog."]]
                  ).launch()