prithivMLmods commited on
Commit
b9e497a
·
verified ·
1 Parent(s): 638d026

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -187,7 +187,7 @@ def handle_lora_selection(evt: gr.SelectData, aspect_ratio):
187
  selected_lora = loras[evt.index]
188
  new_placeholder = f"Type a prompt for {selected_lora['title']}"
189
  lora_repo = selected_lora["repo"]
190
- updated_text = f"### Selected: [{lora_repo}](https://huggingface.co/{lora_repo}) "
191
 
192
  # Update aspect ratio if specified in LoRA config
193
  if "aspect" in selected_lora:
 
187
  selected_lora = loras[evt.index]
188
  new_placeholder = f"Type a prompt for {selected_lora['title']}"
189
  lora_repo = selected_lora["repo"]
190
+ updated_text = f"### Selected: [{lora_repo}](https://huggingface.co/{lora_repo}) "
191
 
192
  # Update aspect ratio if specified in LoRA config
193
  if "aspect" in selected_lora: