amielle commited on
Commit
a18ded0
1 Parent(s): 53719a8

chore: Remove redundant note in variable label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
31
  default=summarizer.model_names[2],
32
  label="Claims Model"),
33
  gr.inputs.Checkbox(default=True,
34
- label="Collate Claims (NOTE: Setting to False will take a longer time)",
35
  optional=False),
36
  gr.inputs.Slider(minimum=250,
37
  maximum=1000,
 
31
  default=summarizer.model_names[2],
32
  label="Claims Model"),
33
  gr.inputs.Checkbox(default=True,
34
+ label="Collate Claims",
35
  optional=False),
36
  gr.inputs.Slider(minimum=250,
37
  maximum=1000,