Spaces:
Running
on
T4
Running
on
T4
Update tabs/stepwise_htr_tool.py
Browse files
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", "
|
185 |
-
value="Riksarkivet/
|
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 |
)
|