Update prepare_speech_command.py

This commit is contained in:
xiaohou 2021-11-18 15:45:47 +08:00 committed by GitHub
parent 9cffc9857e
commit 7ba75f6fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
import os
import sys
import argparse
CLASSES = 'unknown, yes, no, up, down, left, right, on, off, stop, go'.split(