Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GAD0
/
Demo
like
0
No application file
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
GAD0
commited on
Apr 1, 2022
Commit
2c01758
·
1 Parent(s):
7dccc7a
Update d01
Browse files
Files changed (1)
hide
show
d01
+1
-1
d01
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech").launch();
1
import gradio as gr
2
3
+
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech"
, examples=examples
).launch();