TongkunGuan commited on
Commit
1afeeab
·
verified ·
1 Parent(s): 37ef14b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(title="BPE Visualization Demo") as demo:
140
  with gr.Row():
141
  with gr.Column(scale=0.5):
142
  model_type = gr.Dropdown(
143
- choices=["TokenFD_4096_English_seg", "TokenFD_2048_Bilingual_seg", "R50", "R50_siglip"],
144
  label="Select model type",
145
  value="TokenFD_4096_English_seg" # 设置默认值为第一个选项
146
  )
 
140
  with gr.Row():
141
  with gr.Column(scale=0.5):
142
  model_type = gr.Dropdown(
143
+ choices=["TokenFD_4096_English_seg", "TokenFD_2048_Bilingual_seg"],
144
  label="Select model type",
145
  value="TokenFD_4096_English_seg" # 设置默认值为第一个选项
146
  )