Spaces:
Runtime error
Runtime error
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
|
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]
|