walnash commited on
Commit
cd1bc94
1 Parent(s): 90506ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ demo = gr.Interface(
26
  ],
27
  outputs=[
28
  gr.Textbox(label="Token count"),
29
- gr.TextArea()
30
  ],
31
  title=title,
32
  description=description,
 
26
  ],
27
  outputs=[
28
  gr.Textbox(label="Token count"),
29
+ gr.TextArea(label="Tokens")
30
  ],
31
  title=title,
32
  description=description,