rubend18 commited on
Commit
daeac77
·
1 Parent(s): f404769

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ value2 = gr.Dropdown(
15
  value="cl100k_base",
16
  info="The encoding to use. (GPT-3.5 and GPT-4 use cl100k_base as their encoding.)"
17
  )
18
- value3 = gr.Number(label="Output") # Don't include lines and placeholder
19
 
20
  examples = [
21
  ["The only way to do great work is to love what you do. - Steve Jobs", "cl100k_base"],
 
15
  value="cl100k_base",
16
  info="The encoding to use. (GPT-3.5 and GPT-4 use cl100k_base as their encoding.)"
17
  )
18
+ value3 = gr.Number(label="Output", type="int") # Don't include lines and placeholder
19
 
20
  examples = [
21
  ["The only way to do great work is to love what you do. - Steve Jobs", "cl100k_base"],