屏蔽不必要告警

屏蔽不必要告警
This commit is contained in:
RVC-Boss 2024-08-06 14:34:02 +08:00 committed by GitHub
parent f6120fe78d
commit 4015ccf341

View File

@ -1,6 +1,8 @@
# This code is modified from https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/paddlespeech/t2s/frontend/g2pw
# This code is modified from https://github.com/GitYCC/g2pW
import warnings
warnings.filterwarnings("ignore")
import json
import os
import zipfile,requests