Gabriel commited on
Commit
693f8a9
1 Parent(s): 091b76d

Update tabs/stepwise_htr_tool.py

Browse files
Files changed (1) hide show
  1. tabs/stepwise_htr_tool.py +2 -2
tabs/stepwise_htr_tool.py CHANGED
@@ -181,8 +181,8 @@ with gr.Blocks() as stepwise_htr_tool_tab:
181
  with gr.Row():
182
  with gr.Accordion("Settings", open=False):
183
  transcriber_model = gr.Dropdown(
184
- choices=["Riksarkivet/satrn_htr", "microsoft/trocr-base-handwritten"],
185
- value="Riksarkivet/satrn_htr",
186
  label="Text recognition model",
187
  info="More models will be added",
188
  )
 
181
  with gr.Row():
182
  with gr.Accordion("Settings", open=False):
183
  transcriber_model = gr.Dropdown(
184
+ choices=["Riksarkivet/satrn_htr", "Riksarkivet/trocr-base-handwritten-swe"],
185
+ value="Riksarkivet/trocr-base-handwritten-swe",
186
  label="Text recognition model",
187
  info="More models will be added",
188
  )