ironjr commited on
Commit
221e31b
·
verified ·
1 Parent(s): 9ded38d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -512,6 +512,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
512
  <h5 style="margin: 0;">powered by</h5>
513
  <h3><a href="https://jaerinlee.com/research/StreamMultiDiffusion">StreamMultiDiffusion: Real-Time Interactive Generation with Region-Based Semantic Control</a></h3>
514
  <h5 style="margin: 0;">If you ❤️ our project, please visit our Github and give us a 🌟!</h5>
 
515
  </br>
516
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
517
  <a href='https://arxiv.org/abs/2403.09055'>
@@ -535,7 +536,11 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
535
  </a>
536
  &nbsp;
537
  <a href='https://huggingface.co/papers/2403.09055'>
538
- <img src='https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Paper-yellow'>
 
 
 
 
539
  </a>
540
  </div>
541
  </div>
 
512
  <h5 style="margin: 0;">powered by</h5>
513
  <h3><a href="https://jaerinlee.com/research/StreamMultiDiffusion">StreamMultiDiffusion: Real-Time Interactive Generation with Region-Based Semantic Control</a></h3>
514
  <h5 style="margin: 0;">If you ❤️ our project, please visit our Github and give us a 🌟!</h5>
515
+ <h5 style="margin: 1px;">Check out our new <a href="https://huggingface.co/spaces/ironjr/SemanticPaletteXL">demo</a> in collaboration with Animagine XL 3.1 🤩!</h5>
516
  </br>
517
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
518
  <a href='https://arxiv.org/abs/2403.09055'>
 
536
  </a>
537
  &nbsp;
538
  <a href='https://huggingface.co/papers/2403.09055'>
539
+ <img src='https://img.shields.io/badge/%F0%9F%A4%97%20Paper-StreamMultiDiffusion-yellow'>
540
+ </a>
541
+ &nbsp;
542
+ <a href='https://huggingface.co/spaces/ironjr/SemanticPaletteXL'>
543
+ <img src='https://img.shields.io/badge/%F0%9F%A4%97%20Demo-AnimagineXL3.1-yellow'>
544
  </a>
545
  </div>
546
  </div>