update labels

This commit is contained in:
Vladimir Mandic
2024-04-30 09:47:25 -04:00
parent e66fe42f4e
commit c6b60d3466
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ def create_ui():
with gr.Row():
vqa_image = gr.Image(type='pil', label="Image")
with gr.Row():
vqa_question = gr.Textbox(label="Question", placeholder="Descirbe the image")
vqa_question = gr.Textbox(label="Question", placeholder="Describe the image")
with gr.Row():
vqa_answer = gr.Textbox(label="Answer", lines=3)
with gr.Row(elem_id='interrogate_buttons_query'):