Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Amarthya7
/
Image-Question-Answering-System
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0ca949f
Image-Question-Answering-System
/
utils
/
__init__.py
Amarthya7
Upload 4 files
0ca949f
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
147 Bytes
from
.image_utils
import
resize_image, save_uploaded_image, validate_image
__all__ = [
"validate_image"
,
"save_uploaded_image"
,
"resize_image"
]