alakxender commited on
Commit
abcbfe3
·
1 Parent(s): 92d8385
Files changed (1) hide show
  1. app.py +1 -2
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="Enter or Select Custom Tokenizer Path",
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(