Yardenfren commited on
Commit
d190b89
1 Parent(s): 193ed2d

Update app_inference.py

Browse files
Files changed (1) hide show
  1. app_inference.py +1 -0
app_inference.py CHANGED
@@ -209,6 +209,7 @@ with gr.Blocks(css=css) as demo:
209
  <p>This is a demo for our <a href="https://arxiv.org/abs/2403.14572">paper</a>: <b>''Implicit Style-Content Separation using B-LoRA''</b>.
210
  <br>
211
  Project page and code is available <a href="https://b-lora.github.io/B-LoRA/">here</a>.</p>
 
212
  ''',
213
  elem_id="title"
214
  )
 
209
  <p>This is a demo for our <a href="https://arxiv.org/abs/2403.14572">paper</a>: <b>''Implicit Style-Content Separation using B-LoRA''</b>.
210
  <br>
211
  Project page and code is available <a href="https://b-lora.github.io/B-LoRA/">here</a>.</p>
212
+ Select your favorite style and content components from the list. (prefixed with <strong>`B-LoRA-`<strong>)
213
  ''',
214
  elem_id="title"
215
  )