Texttra commited on
Commit
f4cc8cc
·
verified ·
1 Parent(s): 8db5813

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -23,7 +23,7 @@ class EndpointHandler:
23
  try:
24
  self.pipe.load_lora_weights(
25
  "Texttra/BhoriKontext",
26
- weight_name="Bh0r1.safetensors"
27
  )
28
  print("✅ LoRA weights loaded from Texttra/BhoriKontext/Bh0r1.safetensors.")
29
  except Exception as e:
 
23
  try:
24
  self.pipe.load_lora_weights(
25
  "Texttra/BhoriKontext",
26
+ weight_name="Bh0r12.safetensors"
27
  )
28
  print("✅ LoRA weights loaded from Texttra/BhoriKontext/Bh0r1.safetensors.")
29
  except Exception as e: