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