From 34d782d81dac80273d15f91a30fb98f18f6f65d0 Mon Sep 17 00:00:00 2001 From: gexy5 Date: Fri, 17 Jun 2022 15:13:26 +0800 Subject: [PATCH] modify readme Signed-off-by: gexy5 --- README.md | 2 +- __init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7eba39a..a58d0d3 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ model_name='omnivore_swinT', skip_preprocess=False, classmap=None, topk=5)*** ​ ***model_name***: *str* -​ The name of pre-trained tsm model. +​ The name of pre-trained uniformer model. ​ Supported model names: - omnivore_swinT diff --git a/__init__.py b/__init__.py index 0dbfa53..5d36630 100644 --- a/__init__.py +++ b/__init__.py @@ -16,4 +16,4 @@ from .omnivore import Omnivore def omnivore(**kwargs): - return Omnivore(**kwargs) \ No newline at end of file + return Omnivore(**kwargs)