artificialguybr commited on
Commit
505b2aa
1 Parent(s): 0904b62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ def update_selection(selected_state: gr.SelectData):
33
 
34
  def run_lora(prompt, selected_state, progress=gr.Progress(track_tqdm=True)):
35
  logging.debug(f"Inside run_lora, selected_state: {selected_state}")
 
36
 
37
  if not selected_state:
38
  logging.error("selected_state is None or empty. Make sure a LoRA is selected.")
 
33
 
34
  def run_lora(prompt, selected_state, progress=gr.Progress(track_tqdm=True)):
35
  logging.debug(f"Inside run_lora, selected_state: {selected_state}")
36
+ logging.debug(f"Content of selected_state in run_lora: {vars(selected_state)}")
37
 
38
  if not selected_state:
39
  logging.error("selected_state is None or empty. Make sure a LoRA is selected.")