Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a8b3a6a
1
Parent(s):
4aa6570
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ def shuffle_images():
|
|
136 |
|
137 |
|
138 |
|
139 |
-
return
|
140 |
|
141 |
def save_preferences(lora_1_id, lora_1_scale, lora_2_id, lora_2_scale, prompt, generated_image, thumbs_direction, seed):
|
142 |
image_path = IMAGE_DATASET_DIR / f"{uuid4()}.png"
|
|
|
136 |
|
137 |
|
138 |
|
139 |
+
return lora_1_link, title_1, prompt_description_1, repo_id_1, lora_2_link, title_2, prompt_description_2, repo_id_2, prompt, two_shuffled_items, scale, scale
|
140 |
|
141 |
def save_preferences(lora_1_id, lora_1_scale, lora_2_id, lora_2_scale, prompt, generated_image, thumbs_direction, seed):
|
142 |
image_path = IMAGE_DATASET_DIR / f"{uuid4()}.png"
|