Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alpha-VLLM
/
Lumina-Image-2.0
like
100
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Dakerqi
commited on
Feb 8
Commit
96fd82d
·
verified
·
1 Parent(s):
f8cd64b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -591,5 +591,5 @@ def main():
591
592
593
if __name__ == "__main__":
594
-
mp.set_start_method("fork",
,
force=True)
595
main()
591
592
593
if __name__ == "__main__":
594
+
mp.set_start_method("fork", force=True)
595
main()