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
75d3ee0
·
verified
·
1 Parent(s):
0695c0c
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-2
app.py
CHANGED
Viewed
@@ -31,5 +31,4 @@ iface = gr.Interface(
31
description="Enter text to synthesize speech."
32
)
33
34
-
#
iface.launch()
35
-
iface.launch(share=True)
31
description="Enter text to synthesize speech."
32
)
33
34
+
iface.launch()