Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
repro-examples-single-file
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
multimodalart
HF staff
commited on
Dec 4, 2024
Commit
ff7a9df
·
verified
·
1 Parent(s):
bf9b1dd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -15,4 +15,4 @@ with gr.Blocks() as demo:
15
cache_examples="lazy"
16
)
17
18
-
demo.launch()
15
cache_examples="lazy"
16
)
17
18
+
demo.launch(
ssr_mode=False
)