AkashDataScience commited on
Commit
2f70820
·
1 Parent(s): f049fd3
Files changed (1) hide show
  1. app.py +1 -1
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", tshow_inline_category=False)
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,