Spaces:
Sleeping
Sleeping
Commit
·
2f70820
1
Parent(s):
f049fd3
Minor fix
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ demo = gr.Interface(
|
|
30 |
outputs = [
|
31 |
gr.Label(label="Token count"),
|
32 |
gr.HighlightedText(label="Sentence", show_inline_category=False),
|
33 |
-
gr.HighlightedText(label="Encoding",
|
34 |
],
|
35 |
title = title,
|
36 |
description = description,
|
|
|
30 |
outputs = [
|
31 |
gr.Label(label="Token count"),
|
32 |
gr.HighlightedText(label="Sentence", show_inline_category=False),
|
33 |
+
gr.HighlightedText(label="Encoding", show_inline_category=False)
|
34 |
],
|
35 |
title = title,
|
36 |
description = description,
|