Refactor
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
8b810c4000
commit
91554384f2
19 changed files with 205 additions and 165 deletions
7
example/main_service.py
Normal file → Executable file
7
example/main_service.py
Normal file → Executable file
|
|
@ -1,10 +1,9 @@
|
|||
import json
|
||||
from random import shuffle
|
||||
#!/usr/bin/env python3
|
||||
|
||||
|
||||
from devtools import debug
|
||||
from predict_domain import predict_domain
|
||||
|
||||
from good_ai import process_batch, serve
|
||||
from good_ai import serve
|
||||
|
||||
if __name__ == "__main__":
|
||||
serve(predict_domain)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue