taesiri commited on
Commit
3bd4178
·
1 Parent(s): bcec278
Files changed (1) hide show
  1. app.py +3 -7
app.py CHANGED
@@ -462,15 +462,14 @@ with gr.Blocks() as demo:
462
  """
463
  <div style="text-align: center; padding: 20px;">
464
  <h1>Welcome to the Image Edit Evaluation</h1>
465
- <p>Help us evaluate AI-generated image edits!</p>
466
- <!-- Add more welcome content here -->
467
  </div>
468
  """,
469
  image_path="./instructions/home.jpg",
470
  )
471
  username_input = gr.Textbox(
472
- label="Please enter your email address",
473
- placeholder="your.name@example.com",
474
  )
475
  start_btn = gr.Button("Start", variant="primary")
476
 
@@ -480,8 +479,6 @@ with gr.Blocks() as demo:
480
  """
481
  <div style="text-align: center; padding: 20px;">
482
  <h1>How to Evaluate Edits</h1>
483
- <p>You'll be shown pairs of edited images...</p>
484
- <!-- Add instruction content here -->
485
  </div>
486
  """,
487
  image_path="./instructions/page2.jpg", # Replace with actual image path
@@ -495,7 +492,6 @@ with gr.Blocks() as demo:
495
  <div style="text-align: center; padding: 20px;">
496
  <h1>Making Your Decision</h1>
497
  <p>Compare the edits carefully...</p>
498
- <!-- Add more instruction content here -->
499
  </div>
500
  """,
501
  image_path="./instructions/page3.jpg", # Replace with actual image path
 
462
  """
463
  <div style="text-align: center; padding: 20px;">
464
  <h1>Welcome to the Image Edit Evaluation</h1>
465
+ <p>Help us evaluate different image edits for a given instruction.</p>
 
466
  </div>
467
  """,
468
  image_path="./instructions/home.jpg",
469
  )
470
  username_input = gr.Textbox(
471
+ label="Please enter your email address (if you don't want to share your email, please enter a fake email)",
472
+ placeholder="email.address@example.com",
473
  )
474
  start_btn = gr.Button("Start", variant="primary")
475
 
 
479
  """
480
  <div style="text-align: center; padding: 20px;">
481
  <h1>How to Evaluate Edits</h1>
 
 
482
  </div>
483
  """,
484
  image_path="./instructions/page2.jpg", # Replace with actual image path
 
492
  <div style="text-align: center; padding: 20px;">
493
  <h1>Making Your Decision</h1>
494
  <p>Compare the edits carefully...</p>
 
495
  </div>
496
  """,
497
  image_path="./instructions/page3.jpg", # Replace with actual image path