Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
uday987
/
pythonProject16
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
pythonProject16
/
venv
/
Lib
/
site-packages
/
charset_normalizer
/
version.py
uday987
Upload folder using huggingface_hub
d60831e
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
79 Bytes
"""
Expose version
"""
__version__ =
"3.2.0"
VERSION = __version__.split(
"."
)