multimodalart HF staff commited on
Commit
f4eb3ba
·
1 Parent(s): 4a2c8ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -220,6 +220,7 @@ with gr.Blocks(css=css) as demo:
220
  community_icon = gr.HTML(community_icon_html)
221
  loading_icon = gr.HTML(loading_icon_html)
222
  share_button = gr.Button("Share to community", elem_id="share-btn")
 
223
  with gr.Accordion("Advanced settings", open=False):
224
  with gr.Row():
225
  lora_1_scale = gr.Slider(label="LoRA 1 Scale", minimum=0, maximum=1, step=0.1, value=0.7)
 
220
  community_icon = gr.HTML(community_icon_html)
221
  loading_icon = gr.HTML(loading_icon_html)
222
  share_button = gr.Button("Share to community", elem_id="share-btn")
223
+ gr.Markdown('<sub><sup>Rating helps finding which LoRAs are most compatible 🤗, results are shared annonymously <a href="https://huggingface.co/datasets/multimodalart/lora-fusing-preferences" target="_blank">here</a></sup></sub>')
224
  with gr.Accordion("Advanced settings", open=False):
225
  with gr.Row():
226
  lora_1_scale = gr.Slider(label="LoRA 1 Scale", minimum=0, maximum=1, step=0.1, value=0.7)