csujeong commited on
Commit
e51daad
1 Parent(s): b92686c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -22,9 +22,9 @@ gr.Interface(
22
  ),
23
  ],
24
  outputs=[
25
- gr.Number(label="Character Count", type="int"),
26
- gr.Number(label="Token Count", type="int"),
27
  ],
28
  title="Tiktoken Calculator",
29
  allow_flagging="never",
30
- ).launch()
 
22
  ),
23
  ],
24
  outputs=[
25
+ gr.Number(label="Character Count"),
26
+ gr.Number(label="Token Count"),
27
  ],
28
  title="Tiktoken Calculator",
29
  allow_flagging="never",
30
+ ).launch()