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