Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
-
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech"
|
3 |
-
examples=[["The quick brown fox jumps."]]
|
4 |
).launch(inbrowser=True)
|
|
|
1 |
import gradio as gr
|
2 |
+
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech"
|
|
|
3 |
).launch(inbrowser=True)
|