mcarthuradal commited on
Commit
27f0e90
·
verified ·
1 Parent(s): 8433577

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ def get_images(path: str | Path) -> list[GalleryImageType]:
35
 
36
 
37
  iface = gr.Interface(fn=get_images,
 
38
  outputs='gallery',
39
  title='Aerial Images Gallery',
40
  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',