linoyts HF Staff commited on
Commit
74fe76b
Β·
verified Β·
1 Parent(s): b3e7963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ css = """
175
  with gr.Blocks(css=css) as demo:
176
  gr.Markdown(f"""# IP Composer πŸŒ…βœšπŸ–ŒοΈ
177
  ### compose new images with visual concepts
178
- following the algorithm proposed in [*Stable Flow: Vital Layers for Training-Free Image Editing* by Avrahami et al.](https://arxiv.org/pdf/2502.13951)
179
 
180
  [[project page](https://ip-composer.github.io/IP-Composer/) [[arxiv](https://arxiv.org/pdf/2502.13951)]
181
  """)
 
175
  with gr.Blocks(css=css) as demo:
176
  gr.Markdown(f"""# IP Composer πŸŒ…βœšπŸ–ŒοΈ
177
  ### compose new images with visual concepts
178
+ following the algorithm proposed in [*IP-Composer: Semantic Composition of Visual Concepts* by Dorfman et al.](https://arxiv.org/pdf/2502.13951)
179
 
180
  [[project page](https://ip-composer.github.io/IP-Composer/) [[arxiv](https://arxiv.org/pdf/2502.13951)]
181
  """)