Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
elevenlabs/tts
thesab
/
ElevenLabDemo
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
thesab
commited on
Feb 14
Commit
c470673
·
verified
·
1 Parent(s):
dd5b7d5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ with gr.Blocks() as block:
90
queue=True
91
)
92
93
-
block.
queue(concurrency_count=5).
launch(debug=True)
90
queue=True
91
)
92
93
+
block.launch(debug=
False, show_error=
True
, share=True
)