Spaces:
Runtime error
Runtime error
# Copyright (C) 2021 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | |
# | |
# This work is made available under the Nvidia Source Code License-NC. | |
# To view a copy of this license, check out LICENSE.md | |
from .r_precision import get_r_precision | |
from .common import get_image_encoder | |
__all__ = ['get_image_encoder', 'get_r_precision'] | |