Ignaciobfp commited on
Commit
1377acd
·
verified ·
1 Parent(s): 63772a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def predict(img):
26
 
27
 
28
  image_dir = pathlib.Path('images')
29
- examples = [[path.as_posix()] for path in sorted(image_dir.glob('*.jpg'))]
30
 
31
  iface = gr.Interface(
32
  predict,
 
26
 
27
 
28
  image_dir = pathlib.Path('images')
29
+ examples = [[path.as_posix()] for path in sorted(image_dir.glob('*.png'))]
30
 
31
  iface = gr.Interface(
32
  predict,