Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ inputs = [
|
|
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),
|
|
|
48 |
gr.Dropdown(
|
49 |
value=[TypesOfHomoglyphs.IDENTICAL],
|
50 |
multiselect=True,
|
51 |
+
choices=[TypesOfHomoglyphs.IDENTICAL, TypesOfHomoglyphs.CONFUSABLES, TypesOfHomoglyphs.OCR_REFINED],
|
52 |
label="Types of homoglyphs to use",
|
53 |
),
|
54 |
gr.Checkbox(label="Zero-Width", value=False, visible=False),
|