clementchadebec commited on
Commit
8d4aa9e
·
verified ·
1 Parent(s): 8cb8675

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -98,9 +98,14 @@ 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/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(
105
  "💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
106
  )
 
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*. This demo is based on the [LBM relighting checkpoint](https://huggingface.co/jasperai/LBM_relighting).
102
  """
103
  )
104
+ gr.Markdown(
105
+ """
106
+ 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>.
107
+ """
108
+ )
109
  gr.Markdown(
110
  "💡 *Hint:* To better appreciate the low latency of our method, run the demo locally !"
111
  )