Peiran commited on
Commit
3f17249
·
1 Parent(s): fedb5d2

bugs fixed

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -393,11 +393,13 @@ with gr.Blocks() as demo:
393
  outputs=[record_id_state, judge_orig, judge_prompt, judge_out1, judge_out2],
394
  show_api=False
395
  )
396
-
397
  with gr.Row():
398
  gr.Markdown(
399
  "#### Please Evaluate the Original Image from 3 Aspects"
400
  )
 
 
401
  with gr.Column():
402
  a1_follow = gr.Radio([0,1,2,3,4,5], label="Follow Prompt")
403
  a1_creativity = gr.Radio([0,1,2,3,4,5], label="Creativity")
 
393
  outputs=[record_id_state, judge_orig, judge_prompt, judge_out1, judge_out2],
394
  show_api=False
395
  )
396
+
397
  with gr.Row():
398
  gr.Markdown(
399
  "#### Please Evaluate the Original Image from 3 Aspects"
400
  )
401
+
402
+ with gr.Row():
403
  with gr.Column():
404
  a1_follow = gr.Radio([0,1,2,3,4,5], label="Follow Prompt")
405
  a1_creativity = gr.Radio([0,1,2,3,4,5], label="Creativity")