multimodalart HF staff commited on
Commit
980c828
1 Parent(s): 2cd617b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ def update_selection(selected_state: gr.SelectData):
54
  weight_name = sdxl_loras[selected_state.index]["weights"]
55
  updated_text = f"### Selected: [{lora_repo}](https://huggingface.co/{lora_repo}) ✨"
56
  is_compatible = sdxl_loras[selected_state.index]["is_compatible"]
 
57
 
58
  use_with_diffusers = f'''
59
  ## Using [`{lora_repo}`](https://huggingface.co/{lora_repo})
 
54
  weight_name = sdxl_loras[selected_state.index]["weights"]
55
  updated_text = f"### Selected: [{lora_repo}](https://huggingface.co/{lora_repo}) ✨"
56
  is_compatible = sdxl_loras[selected_state.index]["is_compatible"]
57
+ is_pivotal = sdxl_loras[selected_state.index]["is_pivotal"]
58
 
59
  use_with_diffusers = f'''
60
  ## Using [`{lora_repo}`](https://huggingface.co/{lora_repo})