Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -352,7 +352,7 @@ def generate(prompt,
|
|
352 |
lora_trigger = selected_lora_data.get("trigger_word", "")
|
353 |
|
354 |
print("Last LoRA: ", last_lora)
|
355 |
-
print("Current LoRA: ",
|
356 |
print("Last fused: ", last_fused)
|
357 |
|
358 |
print(f"Selected LoRA: {selected_lora_data['title']} from {lora_repo_id}")
|
|
|
352 |
lora_trigger = selected_lora_data.get("trigger_word", "")
|
353 |
|
354 |
print("Last LoRA: ", last_lora)
|
355 |
+
print("Current LoRA: ", lora_repo_id)
|
356 |
print("Last fused: ", last_fused)
|
357 |
|
358 |
print(f"Selected LoRA: {selected_lora_data['title']} from {lora_repo_id}")
|