mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:56:30 +00:00
stop inference on stop pressed
small fixes
This commit is contained in:
@@ -11,8 +11,6 @@ cdef str QUEUE_CONFIG_FILENAME = "secured-config.json"
|
||||
cdef str AI_MODEL_FILE_BIG = "azaion.onnx.big"
|
||||
cdef str AI_MODEL_FILE_SMALL = "azaion.onnx.small"
|
||||
|
||||
cdef bytes DONE_SIGNAL = b"DONE"
|
||||
|
||||
cdef log(str log_message, bytes client_id=None):
|
||||
local_time = time.strftime('%Y-%m-%d %H:%M:%S', time.localtime())
|
||||
client_str = '' if client_id is None else f' {client_id}'
|
||||
|
||||
Reference in New Issue
Block a user