Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
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:
|