Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osrokas
/
face-detector
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
794e3ef
face-detector
/
src
/
utils
/
utils.py
osrokas
new stuff
be14aa6
9 months ago
raw
Copy download link
history
blame
Safe
180 Bytes
IMAGE_FORMATS = (
"jpg"
,
"jpeg"
,
"png"
,
"bmp"
,
"gif"
,
"tiff"
,
"webp"
,
"JPG"
,
"JPEG"
,
"PNG"
,
"BMP"
,
"GIF"
,
"TIFF"
,
"WEBP"
,
)