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
b9dabb5
·
1 Parent(s):
0d6cf6c
Disable ssr_mode in app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -290,4 +290,4 @@ with gr.Blocks() as demo:
290
291
292
if __name__ == "__main__":
293
-
demo.launch()
290
291
292
if __name__ == "__main__":
293
+
demo.launch(
ssr_mode=False
)