Spaces:
Runtime error
Runtime error
Commit
·
d271579
1
Parent(s):
4aecca8
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ def load_lora(sdxl_loras, random_lora_index, lora_scale = 1.0, progress=gr.Progr
|
|
135 |
|
136 |
|
137 |
## SEGA ##
|
138 |
-
def shuffle_lora(sdxl_loras, selected_lora=None, chosen_prompt):
|
139 |
print("selected_lora in shuffle_lora", selected_lora)
|
140 |
if(selected_lora is not None):
|
141 |
random_lora_index = selected_lora
|
|
|
135 |
|
136 |
|
137 |
## SEGA ##
|
138 |
+
def shuffle_lora(sdxl_loras, selected_lora=None, chosen_prompt=""):
|
139 |
print("selected_lora in shuffle_lora", selected_lora)
|
140 |
if(selected_lora is not None):
|
141 |
random_lora_index = selected_lora
|