Spaces:
Runtime error
Runtime error
Commit
•
04a2240
1
Parent(s):
4e857ac
Update app.py
Browse files
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('<
|
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)
|