mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
Remove unnecessary read key
The readkey is keeping DS process alive.
This commit is contained in:
parent
e793ff4877
commit
21fbbc689b
@ -109,7 +109,6 @@ namespace CSharpExamples
|
||||
Console.WriteLine("Error loding the model.");
|
||||
}
|
||||
}
|
||||
Console.ReadKey();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user