khalida1wwin commited on
Commit ·
55953fe
1
Parent(s): 6eba034
Add application file
Browse files
app.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import gradio as gr
|
|
|
|
| 2 |
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
|
| 3 |
description="TTS using FastSpeech2",
|
| 4 |
outputs = 'audio',
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
|
| 3 |
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech",
|
| 4 |
description="TTS using FastSpeech2",
|
| 5 |
outputs = 'audio',
|