ironjr commited on
Commit
d047751
β€’
1 Parent(s): 6203dfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -513,8 +513,8 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
513
  <div>
514
  <h1>🧠 Semantic Paint <b>X</b> Animagine XL 3.1 🎨</h1>
515
  <h5 style="margin: 0;">powered by</h5>
516
- <h3>StreamMultiDiffusion: Real-Time Interactive Generation with Region-Based Semantic Control &nbsp; \&</h3>
517
- <h3>Animagine XL 3.1 by Cagliostro Research Lab</h3>
518
  <h5 style="margin: 0;">If you ❀️ our project, please visit our Github and give us a 🌟!</h5>
519
  </br>
520
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
@@ -537,7 +537,9 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
537
  <a href='https://github.com/ironjr/StreamMultiDiffusion/blob/main/LICENSE'>
538
  <img src='https://img.shields.io/badge/license-MIT-lightgrey'>
539
  </a>
540
- <br/>
 
 
541
  <a href='https://huggingface.co/papers/2403.09055'>
542
  <img src='https://img.shields.io/badge/%F0%9F%A4%97%20Paper-StreamMultiDiffusion-yellow'>
543
  </a>
 
513
  <div>
514
  <h1>🧠 Semantic Paint <b>X</b> Animagine XL 3.1 🎨</h1>
515
  <h5 style="margin: 0;">powered by</h5>
516
+ <h3 style="margin-bottom: 0;">StreamMultiDiffusion: Real-Time Interactive Generation with Region-Based Semantic Control &nbsp; <em>and</em></h3>
517
+ <h3 style="margin-top: 0;">Animagine XL 3.1 by Cagliostro Research Lab</h3>
518
  <h5 style="margin: 0;">If you ❀️ our project, please visit our Github and give us a 🌟!</h5>
519
  </br>
520
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
 
537
  <a href='https://github.com/ironjr/StreamMultiDiffusion/blob/main/LICENSE'>
538
  <img src='https://img.shields.io/badge/license-MIT-lightgrey'>
539
  </a>
540
+ </div>
541
+ </br>
542
+ <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
543
  <a href='https://huggingface.co/papers/2403.09055'>
544
  <img src='https://img.shields.io/badge/%F0%9F%A4%97%20Paper-StreamMultiDiffusion-yellow'>
545
  </a>