multimodalart HF staff commited on
Commit
6ceab9c
1 Parent(s): d4fb1c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 LoRA")
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]: