Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
abhishek/sketch-to-image
AhmedHema
/
sketch-to-image
like
0
Runtime error
App
Files
Files
Community
95bd164
sketch-to-image
/
annotator
/
uniformer
/
mmseg
/
utils
/
__init__.py
abhishek
HF staff
first commit
58f667f
over 1 year ago
raw
Copy download link
history
blame
Safe
119 Bytes
from
.collect_env
import
collect_env
from
.logger
import
get_root_logger
__all__ = [
'get_root_logger'
,
'collect_env'
]