dperales commited on
Commit
ddf1e05
1 Parent(s): 5b2fe4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with demo:
135
  with gr.Row():
136
  example_images = gr.Dataset(components=[img_input],
137
  samples=[[path.as_posix()]
138
- for path in sorted(pathlib.Path('images').rglob('*.JPG'))])
139
 
140
  img_but = gr.Button('Detect')
141
 
 
135
  with gr.Row():
136
  example_images = gr.Dataset(components=[img_input],
137
  samples=[[path.as_posix()]
138
+ for path in sorted(pathlib.Path('images').rglob('*.JPG','*.jpg'))])
139
 
140
  img_but = gr.Button('Detect')
141