From fbd45032e3bdbbd7fe15b51be35ead7e339024e0 Mon Sep 17 00:00:00 2001 From: Eloi Moliner Juanpere <64018465+eloimoliner@users.noreply.github.com> Date: Thu, 20 Jan 2022 14:17:03 +0200 Subject: [PATCH] Update inference.sh simple inference --- inference.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inference.sh b/inference.sh index e80d84c..fa6e01d 100644 --- a/inference.sh +++ b/inference.sh @@ -1,5 +1,5 @@ #!/bin/bash -python inference.py path_experiment="experiments/trained_model" inference.audio=$1 +python inference.py inference.audio=$1