Spaces:
Sleeping
Sleeping
Update tabs/htr_tool.py
Browse files- tabs/htr_tool.py +2 -1
tabs/htr_tool.py
CHANGED
@@ -149,11 +149,12 @@ with gr.Blocks() as htr_tool_tab:
|
|
149 |
with gr.Row():
|
150 |
htr_tool_transcriber_model_dropdown = gr.Dropdown(
|
151 |
choices=[
|
|
|
152 |
"Riksarkivet/satrn_htr",
|
153 |
"microsoft/trocr-base-handwritten",
|
154 |
"pstroe/bullinger-general-model",
|
155 |
],
|
156 |
-
value="Riksarkivet/
|
157 |
label="Text recognition models",
|
158 |
info="More models will be added",
|
159 |
)
|
|
|
149 |
with gr.Row():
|
150 |
htr_tool_transcriber_model_dropdown = gr.Dropdown(
|
151 |
choices=[
|
152 |
+
"Riksarkivet/trocr-base-handwritten-swe",
|
153 |
"Riksarkivet/satrn_htr",
|
154 |
"microsoft/trocr-base-handwritten",
|
155 |
"pstroe/bullinger-general-model",
|
156 |
],
|
157 |
+
value="Riksarkivet/trocr-base-handwritten-swe",
|
158 |
label="Text recognition models",
|
159 |
info="More models will be added",
|
160 |
)
|