Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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,
|