Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Text-to-Speech-speechbrain-tts-tacotron2-ljspeech
like
0
Build error
App
Files
Files
Community
main
Text-to-Speech-speechbrain-tts-tacotron2-ljspeech
/
app.py
awacke1
initial commit
4f8fc08
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/speechbrain/tts-tacotron2-ljspeech"
).launch()