fffiloni commited on
Commit
956f068
·
1 Parent(s): 015098a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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;">Fuse 2 custom LoRa models</p>
 
 
 
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