fix tester.cpp

This commit is contained in:
lyblsgo 2023-03-21 17:06:09 +08:00
parent 35f62d5e41
commit 84c9b0c347

View File

@ -15,7 +15,7 @@ using namespace std;
int main(int argc, char *argv[])
{
if (argc < 3)
if (argc < 4)
{
printf("Usage: %s /path/to/model_dir /path/to/wav/file quantize(true or false) \n", argv[0]);
exit(-1);