Spaces:
Sleeping
Sleeping
Commit
·
e9e4696
1
Parent(s):
97f4e85
Disabling inline categories
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ demo = gr.Interface(
|
|
| 27 |
],
|
| 28 |
outputs = [
|
| 29 |
gr.Label(label="Token count"),
|
| 30 |
-
gr.HighlightedText(label="Sentence after tokenization"),
|
| 31 |
gr.Textbox(label="Encoding", type="text")
|
| 32 |
],
|
| 33 |
title = title,
|
|
|
|
| 27 |
],
|
| 28 |
outputs = [
|
| 29 |
gr.Label(label="Token count"),
|
| 30 |
+
gr.HighlightedText(label="Sentence after tokenization", show_inline_category=False),
|
| 31 |
gr.Textbox(label="Encoding", type="text")
|
| 32 |
],
|
| 33 |
title = title,
|