CathieDaDa commited on
Commit
c4ccc83
·
verified ·
1 Parent(s): 9132596

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("🎨Image Generation"):
59
  with gr.Column():
60
  dropdown = gr.Dropdown(choices=["Option 1: New Image Generation Quality Ranking",
61
  "----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"):
73
  with gr.Column():
74
  dropdown2 = gr.Dropdown(choices=["Image Revision Test Ranking", "----Dimension 1-Alignment with Reference",
75
  "----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 Img Generation"):
59
  with gr.Column():
60
  dropdown = gr.Dropdown(choices=["Option 1: New Image Generation Quality Ranking",
61
  "----Dimension 1-Alignment with Instruction",
 
69
 
70
  dropdown.change(fn=display_table, inputs=dropdown, outputs=output)
71
 
72
+ with gr.Tab("🖼️Img Revision"):
73
  with gr.Column():
74
  dropdown2 = gr.Dropdown(choices=["Image Revision Test Ranking", "----Dimension 1-Alignment with Reference",
75
  "----Dimension 2-Revised Image Integrity",