multimodalart HF staff commited on
Commit
a8b3a6a
·
1 Parent(s): 4aa6570

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def shuffle_images():
136
 
137
 
138
 
139
- return lora_link_1, title_1, prompt_description_1, repo_id_1, lora_link_2, 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"
 
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"