funasr/auto/auto_model.py
@@ -111,6 +111,13 @@ def __init__(self, **kwargs): try: from funasr.utils.version_checker import check_for_update check_for_update() except: pass log_level = getattr(logging, kwargs.get("log_level", "INFO").upper()) logging.basicConfig(level=log_level)