Update app.py
Browse files
app.py
CHANGED
@@ -43,10 +43,11 @@ title = """
|
|
43 |
Imagic Stable Diffusion • Community Pipeline
|
44 |
</h1>
|
45 |
</div>
|
|
|
46 |
<p style="margin-bottom: 10px; font-size: 94%">
|
47 |
Text-Based Real Image Editing with Diffusion Models
|
48 |
<br />This pipeline aims to implement <a href="" target="_blank">this paper</a> to Stable Diffusion, allowing for real-world image editing.
|
49 |
-
|
50 |
</p>
|
51 |
</div>
|
52 |
"""
|
|
|
43 |
Imagic Stable Diffusion • Community Pipeline
|
44 |
</h1>
|
45 |
</div>
|
46 |
+
<br /><img src="https://user-images.githubusercontent.com/788417/196388568-4ee45edd-e990-452c-899f-c25af32939be.png" />
|
47 |
<p style="margin-bottom: 10px; font-size: 94%">
|
48 |
Text-Based Real Image Editing with Diffusion Models
|
49 |
<br />This pipeline aims to implement <a href="" target="_blank">this paper</a> to Stable Diffusion, allowing for real-world image editing.
|
50 |
+
|
51 |
</p>
|
52 |
</div>
|
53 |
"""
|