nickmuchi commited on
Commit
abc0d9c
·
1 Parent(s): f7dbe97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ with demo:
128
  with gr.Row():
129
  example_images = gr.Dataset(components=[img_input],
130
  samples=[[path.as_posix()]
131
- for path in sorted(pathlib.Path('images').rglob('*.JPG')])
132
 
133
  img_but = gr.Button('Detect')
134
 
 
128
  with gr.Row():
129
  example_images = gr.Dataset(components=[img_input],
130
  samples=[[path.as_posix()]
131
+ for path in sorted(pathlib.Path('images').rglob('*.JPG'))])
132
 
133
  img_but = gr.Button('Detect')
134