Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Alpha-VLLM
/
Lumina-Image-2.0
like
98
Running
on
Zero
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
Dakerqi
commited on
Feb 8
Commit
f530dcb
·
verified
·
1 Parent(s):
4f49d3a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
CHANGED
Viewed
@@ -6,6 +6,11 @@ subprocess.run(
6
shell=True,
7
)
8
9
10
import argparse
11
import os
6
shell=True,
7
)
8
9
+
subprocess.run(
10
+
"pip install huggingface_hub==0.25.0",
11
+
shell=True,
12
+
)
13
+
14
15
import argparse
16
import os