Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIGText
/
GlyphControl
like
20
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
0902a5f
GlyphControl
/
annotator
/
uniformer
/
mmcv
/
arraymisc
/
__init__.py
yyk19
first trial
0902a5f
almost 2 years ago
raw
Copy download link
history
blame
Safe
133 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.quantization
import
dequantize, quantize
__all__ = [
'quantize'
,
'dequantize'
]