Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fffiloni
/
X-Portrait
like
159
Running
on
L40S
App
Files
Files
Community
1
fixes 500 error for some users
#1
by
Tonic
- opened
about 14 hours ago
base:
refs/heads/main
←
from:
refs/pr/1
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -231,4 +231,4 @@ with gr.Blocks(css=css) as demo:
231
)
232
233
# Launch the Gradio app
234
-
demo.launch()
231
)
232
233
# Launch the Gradio app
234
+
demo.launch(
ssr_mode = False
)