zenafey commited on
Commit
bded74c
·
1 Parent(s): bed5126

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ def remove_id_and_ext(text):
98
  text = text[:-4]
99
  return text
100
 
101
- def place_lora(current_prompt, lorabtn):
102
  pattern = r"<lora:" + lora_name + r":.*?>"
103
 
104
  if re.search(pattern, current_prompt):
 
98
  text = text[:-4]
99
  return text
100
 
101
+ def place_lora(current_prompt, lora_name):
102
  pattern = r"<lora:" + lora_name + r":.*?>"
103
 
104
  if re.search(pattern, current_prompt):