Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
benjamin-paine/absynth-2.0
benjamin-paine
/
Lumina-Image-2.0
like
97
Running
on
Zero
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
fixes 500 error for some users
#1
by
Tonic
- opened
12 days 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
@@ -247,4 +247,4 @@ with gr.Blocks(css=css) as demo:
247
)
248
249
if __name__ == "__main__":
250
-
demo.launch()
247
)
248
249
if __name__ == "__main__":
250
+
demo.launch(
ssr_mode=False
)