Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
IPN
/
try
like
0
Sleeping
App
Files
Files
Community
espejelomar
commited on
Aug 15, 2022
Commit
44247f3
•
1 Parent(s):
77f7157
Create new file
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech").launch();