image-embedding
copied
Update
Signed-off-by: Jael Gu <mengjia.gu@zilliz.com>
@ -12,8 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from .timm_image import TimmImage
from timm_image import TimmImage
def timm(**kwargs):
return TimmImage(kwargs)
return TimmImage(**kwargs)