Spaces:
Running
on
Zero
Running
on
Zero
add groups , interface, howto images
Browse files
app.py
CHANGED
@@ -169,18 +169,13 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
169 |
with gr.Row():
|
170 |
with gr.Accordion("How to use Fine-grained OCR (Color)", open=False):
|
171 |
with gr.Row():
|
172 |
-
|
173 |
-
|
174 |
-
|
|
|
175 |
with gr.Row():
|
176 |
-
with gr.
|
177 |
-
gr.
|
178 |
-
with gr.Column():
|
179 |
-
gr.Image("res/image/howto_2.png", label="Click on Paintbrush in the Image Editor")
|
180 |
-
with gr.Column():
|
181 |
-
gr.Image("res/image/howto_3.png", label="Select your Brush Color (Red)")
|
182 |
-
with gr.Column():
|
183 |
-
gr.Image("res/image/howto_4.png", label="Make a Box Around The Text")
|
184 |
|
185 |
with gr.Row():
|
186 |
with gr.Column(scale=1):
|
|
|
169 |
with gr.Row():
|
170 |
with gr.Accordion("How to use Fine-grained OCR (Color)", open=False):
|
171 |
with gr.Row():
|
172 |
+
gr.Image("res/image/howto_1.png", label="Select the Following Parameters")
|
173 |
+
gr.Image("res/image/howto_2.png", label="Click on Paintbrush in the Image Editor")
|
174 |
+
gr.Image("res/image/howto_3.png", label="Select your Brush Color (Red)")
|
175 |
+
gr.Image("res/image/howto_4.png", label="Make a Box Around The Text")
|
176 |
with gr.Row():
|
177 |
+
with gr.Group():
|
178 |
+
gr.Markdown(howto)
|
|
|
|
|
|
|
|
|
|
|
|
|
179 |
|
180 |
with gr.Row():
|
181 |
with gr.Column(scale=1):
|