christopher commited on
Commit
94e723b
Β·
1 Parent(s): 24707f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
29
  fn=search,
30
 
31
  inputs=gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."),
32
- outputs=gr.Textbox(label="Results"),
33
  examples=[
34
  ["##logy"],
35
  ["responded"],
 
29
  fn=search,
30
 
31
  inputs=gr.Textbox(lines=1, label="Vocabulary Token", placeholder="Enter token..."),
32
+ outputs=gr.Textbox(label="Nearest subwords"),
33
  examples=[
34
  ["##logy"],
35
  ["responded"],