TongkunGuan commited on
Commit
f39b1b0
·
verified ·
1 Parent(s): 1c645a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(title="BPE Visualization Demo") as demo:
123
  with gr.Row():
124
  with gr.Column(scale=0.5):
125
  model_type = gr.Dropdown(
126
- choices=["TokenOCR_4096_English_seg", "TokenOCR_2048_Bilingual_seg", "R50", "R50_siglip"],
127
  label="Select model type",
128
  value="TokenOCR_4096_English_seg" # 设置默认值为第一个选项
129
  )
 
123
  with gr.Row():
124
  with gr.Column(scale=0.5):
125
  model_type = gr.Dropdown(
126
+ choices=["TokenFD_4096_English_seg", "TokenFD_2048_Bilingual_seg", "R50", "R50_siglip"],
127
  label="Select model type",
128
  value="TokenOCR_4096_English_seg" # 设置默认值为第一个选项
129
  )