Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ayohann2
/
SuperSimple2LinerTextToSpeech
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ayohann2
commited on
Jul 27, 2023
Commit
bc1da65
·
1 Parent(s):
3a226af
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface.load("models/facebook/fastspeech2-en-ljspeech").launch()
4
+
5
+