sayedM commited on
Commit
ef33cf7
·
1 Parent(s): 5ab5349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")