Add log_argument
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
09137e146c
commit
69d5c4f1f6
27 changed files with 332 additions and 58 deletions
10
example/main_service.py
Normal file
10
example/main_service.py
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue