Spaces:
Running
on
Zero
Running
on
Zero
instruction
Browse files
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="
|
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 |
|