viklofg commited on
Commit
5862706
·
1 Parent(s): 1e17723

Fix text formatting

Browse files
Files changed (1) hide show
  1. app/tabs/submit.py +3 -3
app/tabs/submit.py CHANGED
@@ -226,9 +226,9 @@ with gr.Blocks() as submit:
226
  with gr.Column(variant="panel", elem_classes="pipeline-panel"):
227
  gr.Markdown("## Settings")
228
  gr.Markdown(
229
- "Select a pipeline that best matches your image. The pipeline determines the processing workflow optimized for different handwritten text recognition tasks."
230
- "If you select an example image, a suitable pipeline will be preselected automatically. However, you can edit the pipeline if you need to customize it further."
231
- "Choosing the right pipeline significantly improves transcription quality"
232
  )
233
 
234
  with gr.Row():
 
226
  with gr.Column(variant="panel", elem_classes="pipeline-panel"):
227
  gr.Markdown("## Settings")
228
  gr.Markdown(
229
+ "Select a pipeline that best matches your image. The pipeline determines the processing workflow optimized for different handwritten text recognition tasks. "
230
+ "If you select an example image, a suitable pipeline will be preselected automatically. However, you can edit the pipeline if you need to customize it further. "
231
+ "Choosing the right pipeline significantly improves transcription quality. "
232
  )
233
 
234
  with gr.Row():