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:
freddyaboulton
/
parler-tts-streaming-webrtc
like
3
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
freddyaboulton
commited on
Oct 10, 2024
Commit
39bcb74
·
verified
·
1 Parent(s):
7789747
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -389,4 +389,4 @@ with gr.Blocks(css=css) as block:
389
)
390
391
block.queue()
392
-
block.launch(share=True)
389
)
390
391
block.queue()
392
+
block.launch(share=True
, ssr_mode=False
)