Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
SuperSimple2LinerText2Speech
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fd9d2e0
SuperSimple2LinerText2Speech
/
app.py
awacke1
Create app.py
b744d2b
almost 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()