Spaces:
Paused
Paused
Commit
β’
6ceab9c
1
Parent(s):
d4fb1c8
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ def center_crop_image_as_square(img):
|
|
199 |
|
200 |
def check_selected(selected_state):
|
201 |
if not selected_state:
|
202 |
-
raise gr.Error("You must select a
|
203 |
|
204 |
def merge_incompatible_lora(full_path_lora, lora_scale):
|
205 |
for weights_file in [full_path_lora]:
|
|
|
199 |
|
200 |
def check_selected(selected_state):
|
201 |
if not selected_state:
|
202 |
+
raise gr.Error("You must select a style")
|
203 |
|
204 |
def merge_incompatible_lora(full_path_lora, lora_scale):
|
205 |
for weights_file in [full_path_lora]:
|