Update inference.sh
Small change to allow spaces in file names. Bash expands the variable $1 correctly even if it is in double quotes, python receives a single argument and not (if there are spaces) multiple arguments.
This commit is contained in:
parent
fb7a32a1ff
commit
1fe1988ed5
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
python inference.py inference.audio=$1
|
python inference.py inference.audio="$1"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user