zhifu gao
2024-06-28 8c87a9d8a7c2f136053476670a9a83980f142aec
funasr/download/download_from_hub.py
@@ -85,8 +85,10 @@
        install_requirements(requirements)
    if kwargs.get("trust_remote_code", False):
        from funasr.utils.dynamic_import import import_module_from_path
        import model
        model_code = kwargs.get("remote_code", "model")
        import_module_from_path(model_code)
        # from funasr.register import tables
        # tables.print("model")