linoyts HF Staff commited on
Commit
4f2651b
·
verified ·
1 Parent(s): 1fc0466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: ", repo_name)
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}")