Spaces:
Runtime error
Runtime error
Commit
·
e5e905d
1
Parent(s):
53fb263
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def shuffle_lora(sdxl_loras, selected_lora=None, chosen_prompt=""):
|
|
155 |
"""
|
156 |
lora_image = sdxl_loras[random_lora_index]["image"]
|
157 |
|
158 |
-
return gr.update(), random_lora_index, lora_image, lora_desc, gr.update(visible=True), gr.update(height=
|
159 |
|
160 |
def check_if_removed(input_image):
|
161 |
if(input_image is None):
|
|
|
155 |
"""
|
156 |
lora_image = sdxl_loras[random_lora_index]["image"]
|
157 |
|
158 |
+
return gr.update(), random_lora_index, lora_image, lora_desc, gr.update(visible=True), gr.update(height=260), spooky_concept
|
159 |
|
160 |
def check_if_removed(input_image):
|
161 |
if(input_image is None):
|