Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"],
|