Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
linoyts
/
FramePack-F1
like
172
Running
on
Zero
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
Fixes 500 error for some users
#2
by
Tonic
- opened
11 days ago
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -485,4 +485,4 @@ adapted from the officical code repo [FramePack](https://github.com/lllyasviel/F
485
# )
486
487
488
-
block.launch(share=True)
485
# )
486
487
488
+
block.launch(share=True
, ssr_mode=False
)