Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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*.
|
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 |
)
|