Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
miya3333
/
TTSDemo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
miya3333
commited on
Jan 3
Commit
0695c0c
·
verified
·
1 Parent(s):
cd05d2b
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,5 @@ iface = gr.Interface(
31
description="Enter text to synthesize speech."
32
)
33
34
-
iface.launch()
31
description="Enter text to synthesize speech."
32
)
33
34
+
#
iface.launch()
35
+
iface.launch(share=True)