szukevin commited on
Commit
482b39d
·
1 Parent(s): a012c8e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -389,7 +389,7 @@ with block:
389
  with gr.Column():
390
 
391
  gr.Markdown("### Params to generate sequences")
392
- gen_type = gr.inputs.Dropdown(choices=['key point', 'box', 'mask'], type='value', default='key point', label='Anotation Type')
393
  data_type = gr.inputs.Dropdown(choices=['multiple instances'], type='value', default='multiple instances', label='Data Type')
394
  instance_size = gr.inputs.Dropdown(choices=['small', 'medium', 'large'], type='value', default='large', label='Instance Size')
395
  num_instance = gr.Slider(label="Number of instances per image", minimum=1, maximum=16, value=2, step=1)
 
389
  with gr.Column():
390
 
391
  gr.Markdown("### Params to generate sequences")
392
+ gen_type = gr.inputs.Dropdown(choices=['key point', 'box', 'mask'], type='value', default='key point', label='Annotation Type')
393
  data_type = gr.inputs.Dropdown(choices=['multiple instances'], type='value', default='multiple instances', label='Data Type')
394
  instance_size = gr.inputs.Dropdown(choices=['small', 'medium', 'large'], type='value', default='large', label='Instance Size')
395
  num_instance = gr.Slider(label="Number of instances per image", minimum=1, maximum=16, value=2, step=1)