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

add groups , interface, howto images

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -173,9 +173,14 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
173
  with gr.Group():
174
  gr.Markdown(howto)
175
  with gr.Row():
176
- for i in range(4):
177
- with gr.Column():
178
- gr.Image(f"res/image/howto_{i+1}.png", label=f"How To Step {i+1}")
 
 
 
 
 
179
 
180
  with gr.Row():
181
  with gr.Column(scale=1):
 
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):