From ad2b2dff3d5a7f2395f983d553f22c1afcd60800 Mon Sep 17 00:00:00 2001 From: Jael Gu Date: Thu, 21 Apr 2022 17:24:09 +0800 Subject: [PATCH] Update Signed-off-by: Jael Gu --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 0a4a066..758e6c0 100644 --- a/__init__.py +++ b/__init__.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from .vggish import Vggish +from .torch_vggish import Vggish def vggish(weights_path: str = None, framework: str = 'pytorch'):