Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jamesliu1217
/
EasyControl_Ghibli
like
1.37k
Running
on
Zero
App
Files
Files
Community
20
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#20
by
Tonic
- opened
10 days ago
base:
refs/heads/main
←
from:
refs/pr/20
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -117,4 +117,4 @@ with gr.Blocks() as demo:
117
)
118
119
# Launch the Gradio app
120
-
demo.queue().launch()
117
)
118
119
# Launch the Gradio app
120
+
demo.queue().launch(
ssr_mode=False
)