fffiloni commited on
Commit
a624675
1 Parent(s): 04a826a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -43,7 +43,7 @@ title = """
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.
@@ -54,7 +54,9 @@ title = """
54
 
55
  article = """
56
  <div class="footer">
57
- <p><a href="https://github.com/huggingface/diffusers/tree/main/examples/community#imagic-stable-diffusion" target="_blank">Community pipeline</a> baked by <a href="https://github.com/apolinario" style="text-decoration: underline;" target="_blank">@apolinario</a> - Gradio Demo by 🤗 Sylvain Filoni
 
 
58
  </p>
59
  </div>
60
  """
 
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" style="margin:20px 0;"/>
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.
 
54
 
55
  article = """
56
  <div class="footer">
57
+ <p><a href="https://github.com/huggingface/diffusers/tree/main/examples/community#imagic-stable-diffusion" target="_blank">Community pipeline</a>
58
+ baked by <a href="https://github.com/apolinario" style="text-decoration: underline;" target="_blank">@apolinario</a> -
59
+ Gradio Demo by 🤗 <a href="https://twitter.com/fffiloni" target="_blank">Sylvain Filoni</a>
60
  </p>
61
  </div>
62
  """