CathieDaDa commited on
Commit
4946cfb
·
verified ·
1 Parent(s): 214109a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,7 +55,7 @@ with gr.Blocks() as demo:
55
  For access to the full research report, please contact Prof. Jiang at jiangz@hku.hk.
56
  """
57
  )
58
- with gr.Tab("New Image Generation Test Ranking"):
59
  with gr.Column():
60
  dropdown = gr.Dropdown(choices=["Option 1: New Image Generation Quality Ranking",
61
  "--Option 1.1: Dimension 1-Alignment with Instruction",
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
69
 
70
  dropdown.change(fn=display_table, inputs=dropdown, outputs=output)
71
 
72
- with gr.Tab("Image Revision Test Ranking"):
73
  with gr.Column():
74
  dropdown2 = gr.Dropdown(choices=["Option 1: Image Revision Test Ranking", "--Option 1.1: Dimension 1-Alignment with Reference",
75
  "--Option 1.2: Dimension 2-Revised Image Integrity",
 
55
  For access to the full research report, please contact Prof. Jiang at jiangz@hku.hk.
56
  """
57
  )
58
+ with gr.Tab("New Image Generation"):
59
  with gr.Column():
60
  dropdown = gr.Dropdown(choices=["Option 1: New Image Generation Quality Ranking",
61
  "--Option 1.1: Dimension 1-Alignment with Instruction",
 
69
 
70
  dropdown.change(fn=display_table, inputs=dropdown, outputs=output)
71
 
72
+ with gr.Tab("Image Revision"):
73
  with gr.Column():
74
  dropdown2 = gr.Dropdown(choices=["Option 1: Image Revision Test Ranking", "--Option 1.1: Dimension 1-Alignment with Reference",
75
  "--Option 1.2: Dimension 2-Revised Image Integrity",