Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jdhuka
/
SuperSimple2linerText2Speech
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd4f342
SuperSimple2linerText2Speech
/
app.py
jdhuka
Create app.py
cd4f342
about 2 years ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/fastspeech2-en-ljspeech"
).launch()