Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
tomofi
/
MMOCR
like
15
Runtime error
App
Files
Files
Community
2
a26aabd
MMOCR
/
mmocr
/
models
/
common
/
backbones
/
__init__.py
tomofi
Add application file
2366e36
over 2 years ago
raw
Copy download link
history
blame
Safe
91 Bytes
# Copyright (c) OpenMMLab. All rights reserved.
from
.unet
import
UNet
__all__ = [
'UNet'
]