Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
liyy201912
/
HumanSD
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c47a80d
HumanSD
/
annotator
/
uniformer
/
mmseg
/
ops
/
__init__.py
liyy201912
Upload folder using huggingface_hub
cc0dd3c
over 1 year ago
raw
Copy download link
history
blame
Safe
116 Bytes
from
.encoding
import
Encoding
from
.wrappers
import
Upsample, resize
__all__ = [
'Upsample'
,
'resize'
,
'Encoding'
]