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
/
ops
/
__init__.py
abhishek
HF staff
first commit
58f667f
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'
]