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:
build-small-hackathon
/
Sign2Voice
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lilblueyes
commited on
Jun 10
Commit
9fa7793
·
1 Parent(s):
e8f6e85
Disable Gradio SSR on Space
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -263,4 +263,5 @@ if __name__ == "__main__":
263
demo.queue().launch(
264
css=CUSTOM_CSS,
265
theme=gr.themes.Base(),
266
)
263
demo.queue().launch(
264
css=CUSTOM_CSS,
265
theme=gr.themes.Base(),
266
+
ssr_mode=False,
267
)