Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mgodine2
/
SimpleTexttoSpeech
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
01fd9f0
SimpleTexttoSpeech
/
app.py
mgodine2
Create app.py
01fd9f0
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()