Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
rerun
/
gradio-rerun-viewer
like
16
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
oxkitsune
commited on
4 days ago
Commit
0d6cf6c
·
1 Parent(s):
133152e
Disable ssr_mode
Browse files
Files changed (1)
hide
show
space.py
+1
-1
space.py
CHANGED
Viewed
@@ -544,4 +544,4 @@ class RerunData(GradioRootModel):
544
""",
545
)
546
547
-
demo.launch()
544
""",
545
)
546
547
+
demo.launch(
ssr_mode=False
)