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
/
DiffSense
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
avaliev
Codex
commited on
23 days ago
Commit
a047a58
·
1 Parent(s):
2616e64
Disable Gradio SSR for Space stability
Browse files
Co-authored-by: Codex <codex@openai.com>
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1041,4 +1041,4 @@ with gr.Blocks() as demo:
1041
1042
1043
if __name__ == "__main__":
1044
-
demo.launch(css=CSS, theme=APP_THEME)
1041
1042
1043
if __name__ == "__main__":
1044
+
demo.launch(css=CSS, theme=APP_THEME
, ssr_mode=False
)