mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
fix tester.cpp
This commit is contained in:
parent
35f62d5e41
commit
84c9b0c347
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user