Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,7 @@ with gr.Blocks() as demo:
|
|
146 |
|
147 |
# text_input = gr.inputs.Textbox(label="Prompt")
|
148 |
with gr.Row():
|
149 |
-
segment_checkbox = gr.Radio(["Segmentation", "Detection"], value="file",
|
150 |
-
label="Condition on a task (optional) Segmentation or Detection")
|
151 |
#segment_checkbox = gr.inputs.Checkbox(label="Segment", default=False)
|
152 |
with gr.Row():
|
153 |
button = gr.Button("Run")
|
|
|
146 |
|
147 |
# text_input = gr.inputs.Textbox(label="Prompt")
|
148 |
with gr.Row():
|
149 |
+
segment_checkbox = gr.Radio(["Segmentation", "Detection"], value="file",label="Select Segmentation to extract Polygons or Detection to extract only the bounding boxes of of the desired objects automatically")
|
|
|
150 |
#segment_checkbox = gr.inputs.Checkbox(label="Segment", default=False)
|
151 |
with gr.Row():
|
152 |
button = gr.Button("Run")
|