Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yale-CPSC-577
/
NLP_Space
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NLP_Space
/
app.py
dkulmizev
Create app.py
632e5f9
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
96 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/facebook/fastspeech2-en-ljspeech"
).launch();