Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
awacke1
/
Speech2Text-FastSpeech2
like
1
Runtime error
App
Files
Files
Community
f47d834
Speech2Text-FastSpeech2
/
app.py
awacke1
initial commit
f47d834
over 1 year ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/facebook/fastspeech2-en-ljspeech"
).launch()