Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
Alpha-VLLM/Lumina-Image-2.0
vpnsrilanka
/
lindexy-Image-2.0
like
0
Runtime error
App
Files
Files
Community
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