👍️[Update] Model : モデルのダウンロード処理をスレッドで進行するように変更
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user