Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
reecemiron
/
SuperSimple2LinerTextToSpeech
like
0
Sleeping
App
Files
Files
Community
main
SuperSimple2LinerTextToSpeech
/
app.py
reecemiron
Rename test to app.py
03714a0
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
89 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/fastspeech2-en-ljspeech"
).launch()