mcarthuradal commited on
Commit
55b5017
·
verified ·
1 Parent(s): f8cd4a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def get_images(path: str | Path) -> list[GalleryImageType]:
31
  n = 50
32
  image_batch = dataset.iter(n)
33
 
34
- yield image_batch['image']
35
 
36
 
37
  iface = gr.Interface(fn=get_images,
 
31
  n = 50
32
  image_batch = dataset.iter(n)
33
 
34
+ yield image_batch
35
 
36
 
37
  iface = gr.Interface(fn=get_images,