multimodalart HF staff commited on
Commit
145660e
1 Parent(s): 7e52f35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def merge_and_run(prompt, negative_prompt, shuffled_items, lora_1_scale=0.5, lor
80
 
81
  def get_description(item):
82
  trigger_word = item["trigger_word"]
83
- return f"Trigger: `{trigger_word}`" if trigger_word else "No trigger word, will be applied automatically", trigger_word
84
 
85
  def shuffle_images():
86
  compatible_items = [item for item in sdxl_loras if item['is_compatible']]
 
80
 
81
  def get_description(item):
82
  trigger_word = item["trigger_word"]
83
+ return f"Trigger: `{trigger_word}`" if trigger_word else "No trigger, applied automatically", trigger_word
84
 
85
  def shuffle_images():
86
  compatible_items = [item for item in sdxl_loras if item['is_compatible']]