Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ def format_bpe_display(bpe):
|
|
117 |
|
118 |
# Gradio界面
|
119 |
with gr.Blocks(title="BPE Visualization Demo") as demo:
|
120 |
-
gr.Markdown("## BPE Visualization Demo -
|
121 |
|
122 |
with gr.Row():
|
123 |
with gr.Column(scale=0.5):
|
|
|
117 |
|
118 |
# Gradio界面
|
119 |
with gr.Blocks(title="BPE Visualization Demo") as demo:
|
120 |
+
gr.Markdown("## BPE Visualization Demo - TokenFD基座模型能力可视化")
|
121 |
|
122 |
with gr.Row():
|
123 |
with gr.Column(scale=0.5):
|