Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ntt123
/
WaveGRU-Text-To-Speech
like
38
Runtime error
App
Files
Files
Community
1
ntt123
commited on
May 17, 2022
Commit
5d30ca7
•
1 Parent(s):
cc16417
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -56,4 +56,4 @@ gr.Interface(
56
theme="default",
57
allow_screenshot=False,
58
allow_flagging="never",
59
-
).launch()
56
theme="default",
57
allow_screenshot=False,
58
allow_flagging="never",
59
+
).launch(
enable_queue=True
)