lhoestq HF staff commited on
Commit
797cf6b
1 Parent(s): f19312e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks() as demo:
83
  label="Presidio entities",
84
  choices=sorted(analyzer.get_supported_entities()),
85
  value=DEFAULT_PRESIDIO_ENTITIES,
86
- interative=True,
87
  ),
88
  ]
89
  button = gr.Button("Run Presidio Scan")
 
83
  label="Presidio entities",
84
  choices=sorted(analyzer.get_supported_entities()),
85
  value=DEFAULT_PRESIDIO_ENTITIES,
86
+ interactive=True,
87
  ),
88
  ]
89
  button = gr.Button("Run Presidio Scan")