acmc commited on
Commit
1f21c89
·
verified ·
1 Parent(s): c98b0d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ inputs = [
48
  gr.Dropdown(
49
  value=[TypesOfHomoglyphs.IDENTICAL],
50
  multiselect=True,
51
- choices=[x for x in TypesOfHomoglyphs],
52
  label="Types of homoglyphs to use",
53
  ),
54
  gr.Checkbox(label="Zero-Width", value=False, visible=False),
 
48
  gr.Dropdown(
49
  value=[TypesOfHomoglyphs.IDENTICAL],
50
  multiselect=True,
51
+ choices=TypesOfHomoglyphs,
52
  label="Types of homoglyphs to use",
53
  ),
54
  gr.Checkbox(label="Zero-Width", value=False, visible=False),