Browse Source
Update
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
test
1 changed files with
1 additions and
1 deletions
-
__init__.py
|
@ -12,7 +12,7 @@ |
|
|
# See the License for the specific language governing permissions and |
|
|
# See the License for the specific language governing permissions and |
|
|
# limitations under the License. |
|
|
# limitations under the License. |
|
|
|
|
|
|
|
|
from timm_image import TimmImage |
|
|
|
|
|
|
|
|
from .timm_image import TimmImage |
|
|
|
|
|
|
|
|
def timm(**kwargs): |
|
|
def timm(**kwargs): |
|
|
return TimmImage(**kwargs) |
|
|
return TimmImage(**kwargs) |
|
|