AkashDataScience commited on
Commit
00b3eca
·
1 Parent(s): 5021135

Updated default values

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,9 +26,9 @@ def inference(input_text, tokenizer):
26
 
27
  title = "Bilingual Tokenizer"
28
  description = "A simple Gradio interface to see tokenization of Hindi and English(Hinglish) text"
29
- examples = [["He walked into the basement with the horror movie from the night before playing in his head."],
30
- ["Henry couldn't decide if he was an auto mechanic or a priest."],
31
- ["Poison ivy grew through the fence they said was impenetrable."],
32
  ]
33
  demo = gr.Interface(
34
  inference,
 
26
 
27
  title = "Bilingual Tokenizer"
28
  description = "A simple Gradio interface to see tokenization of Hindi and English(Hinglish) text"
29
+ examples = [["He walked into the basement with the horror movie from the night before playing in his head.", "Hinglish_5k"],
30
+ ["Henry couldn't decide if he was an auto mechanic or a priest.", "Hinglish_5k"],
31
+ ["Poison ivy grew through the fence they said was impenetrable.", "Hinglish_5k"],
32
  ]
33
  demo = gr.Interface(
34
  inference,