Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AlphaSphereDotAI
/
Chattr
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Chattr
/
src
/
chattr
/
__init__.py
MH0386
Add HuggingFace sync
b380004
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
141 Bytes
"""A module for configuring and initializing."""
from
warnings
import
filterwarnings
filterwarnings(
"ignore"
, category=DeprecationWarning)