Spaces:
Running
Running
Commit
·
abcbfe3
1
Parent(s):
92d8385
app.py
CHANGED
@@ -180,10 +180,9 @@ with gr.Blocks(title="Dhivehi Tokenizer Comparison Tool", theme=gr.themes.Soft()
|
|
180 |
|
181 |
with gr.Row():
|
182 |
tokenizer_a = gr.Dropdown(
|
183 |
-
label="
|
184 |
choices=list(TOKENIZER_CUSTOM.keys()),
|
185 |
value="T5 Extended",
|
186 |
-
allow_custom_value=True,
|
187 |
info="Pre-trained Dhivehi tokenizers (or paste a path)"
|
188 |
)
|
189 |
tokenizer_b = gr.Dropdown(
|
|
|
180 |
|
181 |
with gr.Row():
|
182 |
tokenizer_a = gr.Dropdown(
|
183 |
+
label="Select Custom Tokenizer",
|
184 |
choices=list(TOKENIZER_CUSTOM.keys()),
|
185 |
value="T5 Extended",
|
|
|
186 |
info="Pre-trained Dhivehi tokenizers (or paste a path)"
|
187 |
)
|
188 |
tokenizer_b = gr.Dropdown(
|