屏蔽不必要告警

屏蔽不必要告警
main
RVC-Boss 1 year ago committed by GitHub
parent b525c2ae37
commit 054491f032
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save