Spaces:
Sleeping
Sleeping
Commit
•
20706a7
1
Parent(s):
0b0be56
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ with open(lora_list, "r") as file:
|
|
14 |
data = json.load(file)
|
15 |
sdxl_loras = [
|
16 |
{
|
17 |
-
"image": item["image"] if item["image"].startswith("https://") else f
|
18 |
"title": item["title"],
|
19 |
"repo": item["repo"],
|
20 |
"trigger_word": item["trigger_word"],
|
|
|
14 |
data = json.load(file)
|
15 |
sdxl_loras = [
|
16 |
{
|
17 |
+
"image": item["image"] if item["image"].startswith("https://") else f'https://huggingface.co/spaces/multimodalart/LoraTheExplorer/resolve/main/{item["image"]}',
|
18 |
"title": item["title"],
|
19 |
"repo": item["repo"],
|
20 |
"trigger_word": item["trigger_word"],
|