Spaces:
Sleeping
Sleeping
Correct syntax mistake
Browse files
app.py
CHANGED
|
@@ -130,6 +130,7 @@ trigger_word = {
|
|
| 130 |
}
|
| 131 |
|
| 132 |
|
|
|
|
| 133 |
def set_lora_weight(lora_scale):
|
| 134 |
pipe.unfuse_lora(True)
|
| 135 |
pipe.load_lora_weights('lora_weights',
|
|
|
|
| 130 |
}
|
| 131 |
|
| 132 |
|
| 133 |
+
|
| 134 |
def set_lora_weight(lora_scale):
|
| 135 |
pipe.unfuse_lora(True)
|
| 136 |
pipe.load_lora_weights('lora_weights',
|