clementchadebec commited on
Commit
b880fee
·
verified ·
1 Parent(s): 677bb9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks(title="LBM Object Relighting") as demo:
98
  gr.Markdown(
99
  f"""
100
  # Object Relighting with Latent Bridge Matching
101
- This is an interactive demo of [LBM: Latent Bridge Matching for Fast Image-to-Image Translation](https://arxiv.org/abs/2403.03025) *by Jasper Research*. We are internally exploring the possibility of releasing the model. If you enjoy the space, please also promote *open-source* by giving a ⭐ to the <a href='https://github.com/gojasper/LBM' target='_blank'>Github Repo</a>.
102
  """
103
  )
104
  gr.Markdown(
@@ -207,6 +207,7 @@ with gr.Blocks(title="LBM Object Relighting") as demo:
207
  gr.Markdown(
208
  "This demo is only for research purpose. Jasper cannot be held responsible for the generation of NSFW (Not Safe For Work) content through the use of this demo. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards. Jasper provides the tools, but the responsibility for their use lies with the individual user."
209
  )
 
210
 
211
  def bg_gallery_selected(gal, evt: gr.SelectData):
212
  print(gal, evt.index)
 
98
  gr.Markdown(
99
  f"""
100
  # Object Relighting with Latent Bridge Matching
101
+ This is an interactive demo of [LBM: Latent Bridge Matching for Fast Image-to-Image Translation](https://arxiv.org/abs/2503.07535) *by Jasper Research*. We are internally exploring the possibility of releasing the model. If you enjoy the space, please also promote *open-source* by giving a ⭐ to the <a href='https://github.com/gojasper/LBM' target='_blank'>Github Repo</a>.
102
  """
103
  )
104
  gr.Markdown(
 
207
  gr.Markdown(
208
  "This demo is only for research purpose. Jasper cannot be held responsible for the generation of NSFW (Not Safe For Work) content through the use of this demo. Users are solely responsible for any content they create, and it is their obligation to ensure that it adheres to appropriate and ethical standards. Jasper provides the tools, but the responsibility for their use lies with the individual user."
209
  )
210
+ gr.Markdown("**Note:** Some backgrounds example are taken from [IC-Light repo](https://github.com/lllyasviel/IC-Light)")
211
 
212
  def bg_gallery_selected(gal, evt: gr.SelectData):
213
  print(gal, evt.index)