Spaces:
Sleeping
Sleeping
Nunzio commited on
Commit ·
513f08d
1
Parent(s): 025a944
fixed spelling
Browse files
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-
|
| 74 |
-
value="BiSeNet-
|
| 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")
|