mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-30 22:52:11 +08:00
Add files via upload
This commit is contained in:
parent
c24687f620
commit
249561e5a1
@ -1,4 +1,9 @@
|
|||||||
import os,re
|
import os,re,logging
|
||||||
|
logging.getLogger("markdown_it").setLevel(logging.ERROR)
|
||||||
|
logging.getLogger("urllib3").setLevel(logging.ERROR)
|
||||||
|
logging.getLogger("httpcore").setLevel(logging.ERROR)
|
||||||
|
logging.getLogger("httpx").setLevel(logging.ERROR)
|
||||||
|
logging.getLogger("asyncio").setLevel(logging.ERROR)
|
||||||
import pdb
|
import pdb
|
||||||
|
|
||||||
gpt_path = os.environ.get(
|
gpt_path = os.environ.get(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user