Update app.py
Browse files
app.py
CHANGED
@@ -146,7 +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",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")
|
|
|
146 |
|
147 |
# text_input = gr.inputs.Textbox(label="Prompt")
|
148 |
with gr.Row():
|
149 |
+
segment_checkbox = gr.Radio(["Segmentation", "Detection"], value="file",label="Select Detection or Segmentation",info="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")
|