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.
6 lines
56 B
Bash
6 lines
56 B
Bash
#!/bin/bash
|
|
|
|
|
|
python inference.py inference.audio="$1"
|
|
|