Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Qwen
/
Qwen-Image
like
114
Running
on
Zero
App
Files
Files
Community
8
Fetching metadata from the HF Docker repository...
solves 500 error for some users
#4
by
Tonic
- opened
about 12 hours ago
base:
refs/heads/main
←
from:
refs/pr/4
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -173,4 +173,4 @@ with gr.Blocks(css=css) as demo:
173
)
174
175
if __name__ == "__main__":
176
-
demo.launch()
173
)
174
175
if __name__ == "__main__":
176
+
demo.launch(
ssr_mode=False
)