multimodalart HF staff commited on
Commit
04a2240
1 Parent(s): 4e857ac

Update app.py

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