Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def tokenize_input(text):
|
|
53 |
|
54 |
|
55 |
with gr.Blocks() as demo:
|
56 |
-
gr.Markdown("##
|
57 |
with gr.Row():
|
58 |
input_text = gr.Textbox(lines=2, placeholder="Enter text here...", label="Enter text to tokenize and compare results between GPT-4o and GPT-3.5-turbo tokenizers.")
|
59 |
num_chars_output = gr.HTML()
|
|
|
53 |
|
54 |
|
55 |
with gr.Blocks() as demo:
|
56 |
+
gr.Markdown("## GPT4o vsGPT3.5 Token Comparison")
|
57 |
with gr.Row():
|
58 |
input_text = gr.Textbox(lines=2, placeholder="Enter text here...", label="Enter text to tokenize and compare results between GPT-4o and GPT-3.5-turbo tokenizers.")
|
59 |
num_chars_output = gr.HTML()
|