diff --git a/src/webserver/app.py b/src/webserver/app.py index 0396289..c4f66ec 100644 --- a/src/webserver/app.py +++ b/src/webserver/app.py @@ -40,7 +40,7 @@ def recognize_mnist(image): output = subprocess.check_output([ 'out/main', 'recognize', - '--modele', '.cache/network.bin', + '--modele', '.cache/reseau.bin', '--in', '.cache/image.bin', '--out', 'json' ]).decode("utf-8")