Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
crazydev919
/
luhya-tts-api
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
crazydev919
commited on
Jun 9
Commit
d991b5f
·
verified
·
1 Parent(s):
0147335
Upload app.py with huggingface_hub
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -220,4 +220,4 @@ demo = gr.Interface(
220
],
221
cache_examples = False,
222
)
223
-
demo.launch()
220
],
221
cache_examples = False,
222
)
223
+
demo.launch(
prevent_thread_lock=True
)