Linoy Tsaban commited on
Commit
afa6f27
1 Parent(s): 48a3bb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -233,14 +233,14 @@ def get_example():
233
 
234
  intro = """
235
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
236
- LEDIT
237
  </h1>
238
  <h2 style="font-weight: 800; text-align: center; margin-bottom: 7px;">
239
  Real Image Latent Editing with Edit Friendly DDPM X Semantic Guidance
240
  </h2>
241
 
242
  <h3 style="font-weight: 600; text-align: center; margin-bottom: 7px;">
243
- This is a demo for LEDIT - real image editing combined approach introduced in:
244
  <a href="https://editing-images-project.hf.space/" style="text-decoration: underline;" target="_blank"> Project Page </a>
245
  </h3>
246
 
 
233
 
234
  intro = """
235
  <h1 style="font-weight: 1400; text-align: center; margin-bottom: 7px;">
236
+ LEDITS
237
  </h1>
238
  <h2 style="font-weight: 800; text-align: center; margin-bottom: 7px;">
239
  Real Image Latent Editing with Edit Friendly DDPM X Semantic Guidance
240
  </h2>
241
 
242
  <h3 style="font-weight: 600; text-align: center; margin-bottom: 7px;">
243
+ This is a demo for LEDITS - real image editing combined approach introduced in:
244
  <a href="https://editing-images-project.hf.space/" style="text-decoration: underline;" target="_blank"> Project Page </a>
245
  </h3>
246