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