Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Sarthak-506
/
codet5-base-finetuned-demo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
codet5-base-finetuned-demo
/
.venv
/
lib
/
python3.9
/
site-packages
/
charset_normalizer
/
version.py
Sarthak-506
Upload folder using huggingface_hub
2cabb35
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
115 Bytes
"""
Expose version
"""
from
__future__
import
annotations
__version__ =
"3.4.2"
VERSION = __version__.split(
"."
)