matveymih commited on
Commit
07a26be
Β·
verified Β·
1 Parent(s): 86d72db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def update_description(task_name: str) -> str:
59
  return descriptions.get(task_name, "ℹ️ No description available.")
60
 
61
  with gr.Blocks() as demo:
62
- gr.Markdown("# πŸ”¬ LLM-Microscope β€” Understanding Token Representations in Transformers")
63
  gr.Markdown("# πŸ”¬ LLM-Microscope β€” A Look Inside the Black Box")
64
  gr.Markdown("Select a model, analysis mode, and input β€” then peek inside the black box of an LLM to see which layers matter most, which tokens carry the most memory, and how predictions evolve.")
65
 
 
59
  return descriptions.get(task_name, "ℹ️ No description available.")
60
 
61
  with gr.Blocks() as demo:
62
+ # gr.Markdown("# πŸ”¬ LLM-Microscope β€” Understanding Token Representations in Transformers")
63
  gr.Markdown("# πŸ”¬ LLM-Microscope β€” A Look Inside the Black Box")
64
  gr.Markdown("Select a model, analysis mode, and input β€” then peek inside the black box of an LLM to see which layers matter most, which tokens carry the most memory, and how predictions evolve.")
65