[Update] Enhance build scripts and requirements for Hugging Face integration; improve logging and error handling

This commit is contained in:
misyaguziya
2025-05-29 08:04:06 +09:00
parent 238bd41109
commit 67d06ab1e1
7 changed files with 23 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
from typing import Callable, Union, Any
from typing import Callable, Any
from time import sleep
from subprocess import Popen
from threading import Thread