Spaces:
Sleeping
Sleeping
Commit
·
437e06b
1
Parent(s):
371d3fb
chore: Update caption warning message
Browse files
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
|
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")
|