omarhkh commited on
Commit
54bcaed
1 Parent(s): 8749e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,7 +118,7 @@ with demo:
118
  img_output_from_upload= gr.Image(shape=(650,650))
119
 
120
  with gr.Row():
121
- example_images = gr.Dataset(components=[img_input], samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.JPG'))])
122
 
123
  img_but = gr.Button('Detect')
124
 
 
118
  img_output_from_upload= gr.Image(shape=(650,650))
119
 
120
  with gr.Row():
121
+ example_images = gr.Dataset(components=[img_input], samples=[[path.as_posix()] for path in sorted(pathlib.Path('images').rglob('*.jpg'))])
122
 
123
  img_but = gr.Button('Detect')
124