Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
studio-ousia
/
luxe-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
singletongue
commited on
May 1
Commit
3312578
·
verified
·
1 Parent(s):
a3c6550
Disable server-side rendering (SSR)
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -507,4 +507,4 @@ with gr.Blocks() as demo:
507
)
508
509
510
-
demo.launch()
507
)
508
509
510
+
demo.launch(
ssr_mode=False
)