Nadine Rueegg commited on
Commit
c0e057b
·
1 Parent(s): 310103d

enable jpeg images

Browse files
datasets/test_image_crops/n02100236-German_short-haired_pointer_n02100236_5505.png DELETED

Git LFS Details

  • SHA256: 67182f410274a4f4f0f237d68289a45f9af98d98552dc00d7382c71b79de198e
  • Pointer size: 131 Bytes
  • Size of remote file: 104 kB
scripts/gradio_demo.py CHANGED
@@ -654,7 +654,7 @@ Please have a look at the examples below.
654
 
655
 
656
 
657
- example_images = sorted(glob.glob(os.path.join(os.path.dirname(__file__), '../', 'datasets', 'test_image_crops', '*.jpg')) + glob.glob(os.path.join(os.path.dirname(__file__), '../', 'datasets', 'test_image_crops', '*.png')))
658
  random.shuffle(example_images)
659
  # example_images.reverse()
660
  # examples = [[img, "input image is cropped"] for img in example_images]
 
654
 
655
 
656
 
657
+ example_images = sorted(glob.glob(os.path.join(os.path.dirname(__file__), '../', 'datasets', 'test_image_crops', '*.jpg')) + glob.glob(os.path.join(os.path.dirname(__file__), '../', 'datasets', 'test_image_crops', '*.jpeg')) + glob.glob(os.path.join(os.path.dirname(__file__), '../', 'datasets', 'test_image_crops', '*.png')))
658
  random.shuffle(example_images)
659
  # example_images.reverse()
660
  # examples = [[img, "input image is cropped"] for img in example_images]