Commit
44c45da
1 Parent(s): e5aaf6d

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ iface = gr.Interface(
32
  gr.Dropdown(choices=tokenizer_names, label="Select Tokenizer"),
33
  ],
34
  outputs="text",
35
- title="Hugging Face Tokenizer Demo",
36
- description="Try different tokenizers and see the tokenized form with input IDs.",
37
  )
38
 
39
  # Launch the app
 
32
  gr.Dropdown(choices=tokenizer_names, label="Select Tokenizer"),
33
  ],
34
  outputs="text",
35
+ title="Kalemat: Explore Arabic Tokenizers",
36
+ description="This interactive tool allows you to experiment with different Arabic tokenizers and see how they break down text into individual units. Try out various tokenizers and observe the tokenized form, input IDs, and decoded text to gain insights into the tokenization process",
37
  )
38
 
39
  # Launch the app