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