Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nkelly28
/
SuperSimple2linerText2Speech
like
0
Sleeping
App
Files
Files
Community
main
SuperSimple2linerText2Speech
/
app.py
nkelly28
create app.py
176f52d
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/fastspeech2-en-ljspeech"
).launch()