Omartificial-Intelligence-Space
commited on
Commit
•
44c45da
1
Parent(s):
e5aaf6d
update app.py
Browse files
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="
|
36 |
-
description="
|
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
|