Yntec commited on
Commit
7e6e8a5
·
verified ·
1 Parent(s): 29433a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
68
  )
69
 
70
  with gr.Row():
71
- output2 = [gr.Image(label = '', min_width=480) for _ in range(num_images)]
72
 
73
  for i, o in enumerate(output2):
74
  img_i = gr.Number(i, visible = False)
 
68
  )
69
 
70
  with gr.Row():
71
+ output2 = [gr.Image(label = '', min_width=480) for _ in range(max_images)]
72
 
73
  for i, o in enumerate(output2):
74
  img_i = gr.Number(i, visible = False)