Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sulaimank
/
fastspeech-ljspeech
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sulaimank
commited on
Mar 8, 2024
Commit
69aed7c
·
verified
·
1 Parent(s):
89f9da2
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
2
+
import gradio as gr
3
+
4
+
gr.load("facebook/fastspeech2-en-ljspeech", src="models").launch()