Rawal Khirodkar commited on
Commit
d9c858e
·
1 Parent(s): 749ae57

Seg: simplify right label to 'Body parts'

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