Walid-Ahmed commited on
Commit
1ba41b9
·
verified ·
1 Parent(s): 4828cb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ demo = gr.Interface(
40
  title="Hugging Face Tokenizer Explorer",
41
  description="Enter a sentence or use one of the example sentences below to see how different tokenizers work.",
42
  examples=examples, # Provide examples that apply to the text input field
43
- allow_flagging=False
44
  cache_examples=False # Disable example caching
45
 
46
  )
 
40
  title="Hugging Face Tokenizer Explorer",
41
  description="Enter a sentence or use one of the example sentences below to see how different tokenizers work.",
42
  examples=examples, # Provide examples that apply to the text input field
43
+ allow_flagging=False,
44
  cache_examples=False # Disable example caching
45
 
46
  )