Add log_argument

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-09 22:02:00 +02:00
parent a03e78bb73
commit 85a06096bf
27 changed files with 332 additions and 58 deletions

10
example/main_service.py Normal file
View file

@ -0,0 +1,10 @@
import json
from random import shuffle
from devtools import debug
from predict_domain import predict_domain
from good_ai import process_batch, serve
if __name__ == "__main__":
serve(predict_domain)