This commit is contained in:
parent
b85502cf62
commit
2e43660887
@ -58,7 +58,7 @@ def run_everything(parameters: dict):
|
||||
response = {
|
||||
"tag": tag,
|
||||
"probability": 1.0 if results[0] == 'sturnus' else 0.0,
|
||||
"model": ...
|
||||
"model": "TODO"
|
||||
}
|
||||
|
||||
logging.info(f"Classification done!")
|
||||
|
Loading…
Reference in New Issue
Block a user