Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
test22
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e0f3c7d
test22
/
app.py
abidlabs
HF Staff
Create app.py
e0f3c7d
over 2 years ago
raw
Copy download link
history
blame
106 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/facebook/fastspeech2-en-ljspeech"
).launch(share=
True
);