Spaces:
Runtime error
Runtime error
File size: 348 Bytes
522606a |
1 2 3 4 5 6 7 8 9 10 |
# -*- coding: utf-8 -*-
# file: __init__.py
# time: 05/12/2022
# author: yangheng <[email protected]>
# github: https://github.com/yangheng95
# huggingface: https://huggingface.co/yangheng
# google scholar: https://scholar.google.com/citations?user=NPq5a_0AAAAJ&hl=en
# Copyright (C) 2021. All Rights Reserved.
from .magnify import ImageMagnifier
|