Tonic commited on
Commit
7066d18
Β·
unverified Β·
1 Parent(s): 3405c5a

add groups , interface, howto images

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ 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(5):
177
  with gr.Column():
178
  gr.Image(f"res/image/howto_{i+1}.png", label=f"How To Step {i+1}")
179
 
 
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