lhoestq HF staff commited on
Commit
f19312e
1 Parent(s): 880a98d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ with gr.Blocks() as demo:
79
  placeholder="Search for dataset id on Huggingface",
80
  search_type="dataset",
81
  ),
82
- gr.CheckBoxGroup(
83
  label="Presidio entities",
84
  choices=sorted(analyzer.get_supported_entities()),
85
  value=DEFAULT_PRESIDIO_ENTITIES,
 
79
  placeholder="Search for dataset id on Huggingface",
80
  search_type="dataset",
81
  ),
82
+ gr.CheckboxGroup(
83
  label="Presidio entities",
84
  choices=sorted(analyzer.get_supported_entities()),
85
  value=DEFAULT_PRESIDIO_ENTITIES,