vchiang001 commited on
Commit
821b9e0
β€’
1 Parent(s): 1f24f7d

UX suggestions: default colour as red rather than black (hard to see in most images)

Browse files
Files changed (1) hide show
  1. ui_utils.py +1 -1
ui_utils.py CHANGED
@@ -30,7 +30,7 @@ def gradio_inputs_for_MD_DLC(md_models_list, # list(MD_models_dict.keys())
30
  label='Set confidence threshold for keypoints')
31
 
32
  # Data viz
33
- gr_keypt_color = gr.ColorPicker(label="choose color for keypoint label")
34
 
35
  gr_labels_font_style = gr.inputs.Dropdown(choices=['amiko', 'nature', 'painter', 'animals', 'zen'],
36
  default='amiko',
 
30
  label='Set confidence threshold for keypoints')
31
 
32
  # Data viz
33
+ gr_keypt_color = gr.ColorPicker(value ="#ff0000", label="choose color for keypoint label")
34
 
35
  gr_labels_font_style = gr.inputs.Dropdown(choices=['amiko', 'nature', 'painter', 'animals', 'zen'],
36
  default='amiko',