Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mazalaai
/
tts
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vijish
commited on
Jun 20, 2024
Commit
4e6447a
·
verified
·
1 Parent(s):
28d622e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -64,4 +64,4 @@ iface = gr.Interface(
64
title="Text-to-Speech Conversion"
65
)
66
67
-
iface.launch(
default_concurrency_limit=2
)
64
title="Text-to-Speech Conversion"
65
)
66
67
+
iface.launch()