From 00f417ea068af55ccc6e586052ff99f31fd643cb Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Wed, 7 Aug 2024 18:49:55 +0800 Subject: [PATCH] Update models.py --- GPT_SoVITS/module/models.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GPT_SoVITS/module/models.py b/GPT_SoVITS/module/models.py index 6bfee08..968c4cb 100644 --- a/GPT_SoVITS/module/models.py +++ b/GPT_SoVITS/module/models.py @@ -1,3 +1,5 @@ +import warnings +warnings.filterwarnings("ignore") import copy import math import os