Tonic commited on
Commit
dfc79d4
β€’
1 Parent(s): 776e1f1

add groups , interface, howto images

Browse files
Files changed (1) hide show
  1. app.py +6 -11
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
- with gr.Column:
173
- with gr.Group():
174
- gr.Markdown(howto)
 
175
  with gr.Row():
176
- with gr.Column():
177
- gr.Image("res/image/howto_1.png", label="Select the Following Parameters")
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):