takarajordan commited on
Commit
a6ac1a4
1 Parent(s): 002fb99
Files changed (1) hide show
  1. app.py +1 -1
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 visulization 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...")
 
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...")