C2MV commited on
Commit
121a438
·
verified ·
1 Parent(s): dccbd75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -319,8 +319,8 @@ with gr.Blocks() as demo:
319
  # Crear grupos de imágenes y descripciones
320
  image_groups = [
321
  [images[24], images[25]], # Carrusel 1
322
- images[21], # Carrusel 2
323
- images[23], # Carrusel 3
324
  images[9:12], # Carrusel 4
325
  images[12:15], # Carrusel 5
326
  images[15:18], # Carrusel 6
 
319
  # Crear grupos de imágenes y descripciones
320
  image_groups = [
321
  [images[24], images[25]], # Carrusel 1
322
+ [images[21],], # Carrusel 2
323
+ [images[23],], # Carrusel 3
324
  images[9:12], # Carrusel 4
325
  images[12:15], # Carrusel 5
326
  images[15:18], # Carrusel 6