nickmuchi commited on
Commit
634024c
1 Parent(s): e496c73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ with demo:
152
 
153
  with gr.Row():
154
  example_images = gr.Dataset(components=[img_input],
155
- samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.jpg'))])
156
 
157
 
158
  img_but = gr.Button('Detect')
152
 
153
  with gr.Row():
154
  example_images = gr.Dataset(components=[img_input],
155
+ samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.j*g'))])
156
 
157
 
158
  img_but = gr.Button('Detect')