Fix filename

This commit is contained in:
augustin64 2022-04-25 19:29:53 +02:00
parent 1b82a5a8af
commit ed30b0cc11

View File

@ -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")