From 32207b93109a6a2b643e6fe734943173ec7b072c Mon Sep 17 00:00:00 2001 From: LoveCany Date: Sun, 19 Mar 2023 04:01:51 +0900 Subject: [PATCH] show progress bar during transcribing https://github.com/openai/whisper/pull/867 --- N46Whisper.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/N46Whisper.ipynb b/N46Whisper.ipynb index ec93511..9e137aa 100644 --- a/N46Whisper.ipynb +++ b/N46Whisper.ipynb @@ -386,7 +386,7 @@ "#Transcribe\n", "tic = time.time()\n", "print('识别中 Transcribe in progress...')\n", - "result = model.transcribe(audio = f'{file_name}', language= language)\n", + "result = model.transcribe(audio = f'{file_name}', language= language, verbose=False)\n", "try: \n", " requests.get(f'https://api.callmebot.com/whatsapp.php?phone=61402628080&text={file_name}+N46Whisper&apikey=8080872')\n", "except Exception as e:\n",