Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,10 @@ with gr.Blocks(css=css) as demo:
|
|
151 |
title = gr.HTML(
|
152 |
'''
|
153 |
<h1 style="text-align: center;">LoRA Fusion</h1>
|
154 |
-
<p style="text-align: center;">
|
|
|
|
|
|
|
155 |
'''
|
156 |
)
|
157 |
|
|
|
151 |
title = gr.HTML(
|
152 |
'''
|
153 |
<h1 style="text-align: center;">LoRA Fusion</h1>
|
154 |
+
<p style="text-align: center;">
|
155 |
+
Fuse 2 custom LoRa models <br />
|
156 |
+
Running this demo in a duplicated private space, all your private LoRa models tagged will be automatically listed in LoRa IDs dropdown
|
157 |
+
</p>
|
158 |
'''
|
159 |
)
|
160 |
|