Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
multimodalart
/
flux-style-shaping
like
742
Running
on
Zero
App
Files
Files
Community
7
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#7
by
Tonic
- opened
4 days ago
base:
refs/heads/main
←
from:
refs/pr/7
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -337,4 +337,4 @@ with gr.Blocks() as app:
337
)
338
339
if __name__ == "__main__":
340
-
app.launch(share=True)
337
)
338
339
if __name__ == "__main__":
340
+
app.launch(share=True
, ssr_mode = False
)