👍️[Update] Model : モデルのダウンロード処理をスレッドで進行するように変更

This commit is contained in:
misyaguziya
2024-09-04 14:19:21 +09:00
parent 93ba4a0155
commit 9d7819b186
5 changed files with 21 additions and 12 deletions

View File

@@ -81,7 +81,7 @@ def printLog(log:str, data:Any=None) -> None:
response = {
"status": 348,
"log": log,
"data": data,
"data": str(data),
}
with open('process.log', 'a', encoding="utf-8") as f: