Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ def get_images(path: str | Path) -> list[GalleryImageType]:
|
|
35 |
|
36 |
|
37 |
iface = gr.Interface(fn=get_images,
|
38 |
-
inputs='text'
|
39 |
outputs='gallery',
|
40 |
title='Aerial Images Gallery',
|
41 |
description='A gallery of the train and test data to be used without annotations',
|
|
|
35 |
|
36 |
|
37 |
iface = gr.Interface(fn=get_images,
|
38 |
+
inputs='text',
|
39 |
outputs='gallery',
|
40 |
title='Aerial Images Gallery',
|
41 |
description='A gallery of the train and test data to be used without annotations',
|