mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-03-15 04:13:57 +03:00
update
This commit is contained in:
parent
babbc2e9c7
commit
6721d64291
@ -7,7 +7,7 @@ import socket
|
|||||||
import platform
|
import platform
|
||||||
import os
|
import os
|
||||||
import argparse
|
import argparse
|
||||||
import requests
|
import requests # type: ignore
|
||||||
|
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
from voice_changer.utils.VoiceChangerParams import VoiceChangerParams
|
from voice_changer.utils.VoiceChangerParams import VoiceChangerParams
|
||||||
@ -170,10 +170,8 @@ if __name__ == "MMVCServerSIO":
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
# with ThreadPoolExecutor() as pool:
|
with ThreadPoolExecutor() as pool:
|
||||||
# pool.map(download, downloadParams)
|
pool.map(download, downloadParams)
|
||||||
for param in downloadParams:
|
|
||||||
download(param)
|
|
||||||
|
|
||||||
if (
|
if (
|
||||||
os.path.exists(voiceChangerParams.hubert_base) is False
|
os.path.exists(voiceChangerParams.hubert_base) is False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user