nickmuchi commited on
Commit
5234a30
1 Parent(s): 31aeb93

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
 
136
  with gr.Row():
137
  example_images = gr.Dataset(components=[img_input],
138
- samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.jpeg'))])
139
 
140
 
141
  img_but = gr.Button('Detect')
 
135
 
136
  with gr.Row():
137
  example_images = gr.Dataset(components=[img_input],
138
+ samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.jpg'))])
139
 
140
 
141
  img_but = gr.Button('Detect')