Update handler.py
Browse files- 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="
|
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:
|