Ligeng-Zhu commited on
Commit
437e06b
·
1 Parent(s): 371d3fb

chore: Update caption warning message

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,7 +145,7 @@ with gr.Blocks(
145
  submit = gr.Button(value="submit",variant="stop")
146
 
147
  with gr.Row():
148
- gr.Markdown("if you find two caption identical, please ignore and random next")
149
  with gr.Row():
150
 
151
  vcap1 = gr.Textbox(label="Anoymous Caption 1")
 
145
  submit = gr.Button(value="submit",variant="stop")
146
 
147
  with gr.Row():
148
+ gr.Markdown("### Warning: if you find two caption identical, please skip and evaluate next")
149
  with gr.Row():
150
 
151
  vcap1 = gr.Textbox(label="Anoymous Caption 1")