Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def coordinates_process(texto):
|
|
42 |
|
43 |
# plan images path
|
44 |
def plan_images_list():
|
45 |
-
return [file_ for file_ in os.listdir(images_file) if file_.endswith((".JPG", ".jpg", ".jpeg", ".png"))]
|
46 |
|
47 |
# Valdate inputs
|
48 |
def validate_input(value):
|
|
|
42 |
|
43 |
# plan images path
|
44 |
def plan_images_list():
|
45 |
+
return [file_ for file_ in os.listdir(images_file) if file_.endswith((".JPG", ".jpg", ".jpeg", ".png", "PNG"))]
|
46 |
|
47 |
# Valdate inputs
|
48 |
def validate_input(value):
|