Linoy Tsaban commited on
Commit
393519b
1 Parent(s): c635e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -154,11 +154,12 @@ def edit(input_image,
154
 
155
  intro = """
156
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
157
- Edit Friendly DDPM X Semantic Guidance: Editing Real Images
158
  </h1>
159
- <p Edit real images by using an alternative inversion method
 
160
  (<a href="https://arxiv.org/abs/2301.12247" style="text-decoration: underline;" target="_blank">An Edit Friendly DDPM Noise Space:
161
- Inversion and Manipulations</a>)
162
  and iteracting with semantic concepts during the diffusion process
163
  (<a href="https://arxiv.org/abs/2301.12247" style="text-decoration: underline;" target="_blank">SEGA: Instructing Diffusion using Semantic Dimensions</a>).
164
  <p/>
 
154
 
155
  intro = """
156
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
157
+ Edit Friendly DDPM X Semantic Guidance
158
  </h1>
159
+ <p style="font-size: 0.9rem; text-align: center; margin: 0rem; line-height: 1.2em; margin-top:1em">
160
+ edit real images by using an alternative inversion method
161
  (<a href="https://arxiv.org/abs/2301.12247" style="text-decoration: underline;" target="_blank">An Edit Friendly DDPM Noise Space:
162
+ Inversion and Manipulations </a>)
163
  and iteracting with semantic concepts during the diffusion process
164
  (<a href="https://arxiv.org/abs/2301.12247" style="text-decoration: underline;" target="_blank">SEGA: Instructing Diffusion using Semantic Dimensions</a>).
165
  <p/>