rubend18 commited on
Commit
d41b9c3
1 Parent(s): cd959e3

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
  default="cl100k_base",
16
  description="The encoding to use. (GPT-3.5 and GPT-4 use cl100k_base as their encoding.)"
17
  )
18
- value3 = gr.inputs.Number(label="Output", placeholder="Result")
19
 
20
  examples = [
21
  ["The only way to do great work is to love what you do. - Steve Jobs"],
 
15
  default="cl100k_base",
16
  description="The encoding to use. (GPT-3.5 and GPT-4 use cl100k_base as their encoding.)"
17
  )
18
+ value3 = gr.inputs.Number(label="Output")
19
 
20
  examples = [
21
  ["The only way to do great work is to love what you do. - Steve Jobs"],