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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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',