Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
reecemiron
/
SuperSimple2LinerTextToSpeech
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
reecemiron
commited on
Jul 27, 2023
Commit
006bb3c
·
1 Parent(s):
9046e5f
Create test
Browse files
Files changed (1)
hide
show
test
+2
-0
test
ADDED
Viewed
@@ -0,0 +1,2 @@
1
+
import gradio as gr
2
+
gr.Interface.load("models/facebook/fastspeech2-en-ljspeech").launch()