TongkunGuan commited on
Commit
217b7d2
·
verified ·
1 Parent(s): dadd9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ with gr.Blocks(title="BPE Visualization Demo") as demo:
160
  prev_btn = gr.Button("⬅ Last", visible=False)
161
  next_btn = gr.Button("⮕ Next", visible=False)
162
 
163
- bpe_display = gr.Markdown("Current BPE: ", visible=False)
164
 
165
  # 事件处理
166
  @spaces.GPU
 
160
  prev_btn = gr.Button("⬅ Last", visible=False)
161
  next_btn = gr.Button("⮕ Next", visible=False)
162
 
163
+ bpe_display = gr.Markdown("Current BPE: ")
164
 
165
  # 事件处理
166
  @spaces.GPU