Khalida1w commited on
Commit
6eba034
·
1 Parent(s): 69858cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  gr.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
  article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",
 
1
  import gradio as gr
2
  gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
3
  description="TTS using FastSpeech2",
4
+ outputs = 'audio',
5
  title="Text to Speech (TTS)",
6
  examples=[["The quick brown fox jumps over the lazy dog."]],
7
  article = "Author: <a href=\"https://huggingface.co/rowel\">Rowel Atienza</a>",