Spaces:
Running
on
Zero
Running
on
Zero
viklofg
commited on
Commit
·
5efd7b1
1
Parent(s):
a528e7a
Update visualizer help text
Browse files- app/tabs/visualizer.py +3 -2
app/tabs/visualizer.py
CHANGED
@@ -50,8 +50,9 @@ def update_image_caption(collection, current_page_index):
|
|
50 |
|
51 |
|
52 |
with gr.Blocks() as visualizer:
|
53 |
-
gr.Markdown("#
|
54 |
-
gr.Markdown("
|
|
|
55 |
with gr.Row():
|
56 |
|
57 |
# Annotated image panel
|
|
|
50 |
|
51 |
|
52 |
with gr.Blocks() as visualizer:
|
53 |
+
gr.Markdown("# Result")
|
54 |
+
gr.Markdown("The image to the left shows where HTRflow found text in the image. The transcription can be seen to the right.")
|
55 |
+
|
56 |
with gr.Row():
|
57 |
|
58 |
# Annotated image panel
|