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...
abidlabs
HF Staff
commited on
Nov 17, 2022
Commit
a20cc81
·
1 Parent(s):
e0f3c7d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import gradio as gr
2
3
-
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech").launch(
share=True
);
1
import gradio as gr
2
3
+
gr.Interface.load("huggingface/facebook/fastspeech2-en-ljspeech").launch();