Spaces:
Running
Running
takarajordan
commited on
Commit
•
a6ac1a4
1
Parent(s):
002fb99
spelling
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ def count_tokens(text):
|
|
51 |
# Create a Gradio interface with custom layout
|
52 |
with gr.Blocks(title="DiffusionTokenizer") as iface:
|
53 |
gr.Markdown("# DiffusionTokenizer🔢")
|
54 |
-
gr.Markdown("A lightning fast
|
55 |
|
56 |
with gr.Row():
|
57 |
text_input = gr.Textbox(label="Diffusion Prompt", placeholder="Enter your prompt here...")
|
|
|
51 |
# Create a Gradio interface with custom layout
|
52 |
with gr.Blocks(title="DiffusionTokenizer") as iface:
|
53 |
gr.Markdown("# DiffusionTokenizer🔢")
|
54 |
+
gr.Markdown("A lightning fast visualization of the tokens used in diffusion models. Use it to understand how your prompt is tokenized.")
|
55 |
|
56 |
with gr.Row():
|
57 |
text_input = gr.Textbox(label="Diffusion Prompt", placeholder="Enter your prompt here...")
|