nph4rd commited on
Commit
bb19caf
·
1 Parent(s): 9313466

instruction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks(css="style.css") as demo:
71
  gr.Markdown(INTRO_TEXT)
72
  with gr.Tab("Detection"):
73
  image = gr.Image(type="pil")
74
- seg_input = gr.Text(label="Entities to Detect")
75
  seg_btn = gr.Button("Submit")
76
  annotated_image = gr.AnnotatedImage(label="Output")
77
 
 
71
  gr.Markdown(INTRO_TEXT)
72
  with gr.Tab("Detection"):
73
  image = gr.Image(type="pil")
74
+ seg_input = gr.Text(label="Detect instruction (e.g. 'detect sign in button')")
75
  seg_btn = gr.Button("Submit")
76
  annotated_image = gr.AnnotatedImage(label="Output")
77