Nunzio commited on
Commit
513f08d
·
1 Parent(s): 025a944

fixed spelling

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,8 +70,8 @@ with gr.Blocks(title="Semantic Segmentation Predictors") as demo:
70
  with gr.Column():
71
  image_input = gr.Image(type="pil", label="Upload image")
72
  model_selector = gr.Radio(
73
- choices=["BiSeNet-base", "BiSeNet-Best", "BiSeNetV2-base", "BiSeNetV2-Best"],
74
- value="BiSeNet-base",
75
  label="Select the real time segmentation model"
76
  )
77
  submit_btn = gr.Button("Run prediction")
 
70
  with gr.Column():
71
  image_input = gr.Image(type="pil", label="Upload image")
72
  model_selector = gr.Radio(
73
+ choices=["BiSeNet-Base", "BiSeNet-Best", "BiSeNetV2-Base", "BiSeNetV2-Best"],
74
+ value="BiSeNet-Base",
75
  label="Select the real time segmentation model"
76
  )
77
  submit_btn = gr.Button("Run prediction")