Linoy Tsaban commited on
Commit
87c9d81
1 Parent(s): afa6f27

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -236,11 +236,11 @@ intro = """
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
 
@@ -382,7 +382,7 @@ with gr.Blocks(css="style.css") as demo:
382
  with gr.Row().style(mobile_collapse=False, equal_height=True):
383
  tar_prompt = gr.Textbox(
384
  label="Image Description",
385
- show_label=False,
386
  max_lines=1, value="",
387
  placeholder="Enter your target prompt",
388
  )
 
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 and Semantic Guidance
240
  </h2>
241
 
242
  <h3 style="font-weight: 600; text-align: center; margin-bottom: 7px;">
243
+ This is a demo for LEDITS - a combined approach for real image editing introduced in:
244
  <a href="https://editing-images-project.hf.space/" style="text-decoration: underline;" target="_blank"> Project Page </a>
245
  </h3>
246
 
 
382
  with gr.Row().style(mobile_collapse=False, equal_height=True):
383
  tar_prompt = gr.Textbox(
384
  label="Image Description",
385
+ # show_label=False,
386
  max_lines=1, value="",
387
  placeholder="Enter your target prompt",
388
  )