Add files via upload

This commit is contained in:
RVC-Boss
2024-02-09 12:05:40 +08:00
committed by GitHub
parent af57bd7c80
commit 028b78fa1e
2 changed files with 10 additions and 6 deletions

View File

@@ -56,6 +56,8 @@ if __name__ == '__main__':
help="Model Size of FunASR is Large")
parser.add_argument("-l", "--language", type=str, default='zh', choices=['zh'],
help="Language of the audio files.")
parser.add_argument("-p", "--precision", type=str, default='float16', choices=['float16','float32'],
help="fp16 or fp32")#还没接入
cmd = parser.parse_args()
execute_asr(