Spaces:
Sleeping
Sleeping
Rawal Khirodkar commited on
Commit ·
d9c858e
1
Parent(s): 749ae57
Seg: simplify right label to 'Body parts'
Browse files
app.py
CHANGED
|
@@ -230,7 +230,7 @@ with gr.Blocks(title="Sapiens2 Seg", theme=gr.themes.Soft(), css=CUSTOM_CSS) as
|
|
| 230 |
with gr.Row(equal_height=True):
|
| 231 |
inp = gr.Image(label="Input", type="pil", height=540)
|
| 232 |
out_annot = gr.AnnotatedImage(
|
| 233 |
-
label="Body parts
|
| 234 |
color_map=_CLASS_COLORS_HEX,
|
| 235 |
height=540,
|
| 236 |
show_legend=True,
|
|
|
|
| 230 |
with gr.Row(equal_height=True):
|
| 231 |
inp = gr.Image(label="Input", type="pil", height=540)
|
| 232 |
out_annot = gr.AnnotatedImage(
|
| 233 |
+
label="Body parts",
|
| 234 |
color_map=_CLASS_COLORS_HEX,
|
| 235 |
height=540,
|
| 236 |
show_legend=True,
|