Update app.py
Browse files
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
|
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,
|