Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xiazhi
/
LKCell
like
2
Running
App
Files
Files
Community
1
main
LKCell
/
utils
/
__init__.py
xiazhi1
initial commit
aea73e2
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
120 Bytes
# -*- coding: utf-8 -*-
import
logging
logger = logging.getLogger(
"__main__"
)
logger.addHandler(logging.NullHandler())