Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
import os
|
4 |
|
|
|
|
|
5 |
def check_image_exists(path):
|
6 |
"""
|
7 |
Verifica si la imagen existe en la ruta especificada.
|
|
|
2 |
|
3 |
import os
|
4 |
|
5 |
+
LINK_FIELDS = ["Tag"]
|
6 |
+
|
7 |
def check_image_exists(path):
|
8 |
"""
|
9 |
Verifica si la imagen existe en la ruta especificada.
|