lucyknada commited on
Commit
7b42e26
·
verified ·
1 Parent(s): 4b7a78a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
43
  gr.HTML(label="Tokens", container=True, show_label=True)
44
  ],
45
  title="HuggingFace Tokenizer",
46
- description="Enter a HuggingFace model ID and text to see how it gets tokenized. Provide a huggingface token if the model is gated.",
47
  allow_flagging="never"
48
  )
49
 
 
43
  gr.HTML(label="Tokens", container=True, show_label=True)
44
  ],
45
  title="HuggingFace Tokenizer",
46
+ description="Enter a HuggingFace model ID and text to see how it gets tokenized. Provide a huggingface token if the model is gated or private.",
47
  allow_flagging="never"
48
  )
49