Skip to content

Commit

Permalink
show progress bar during transcribing
Browse files Browse the repository at this point in the history
  • Loading branch information
LoveCany committed Mar 18, 2023
1 parent a39366f commit 32207b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion N46Whisper.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 32207b9

Please sign in to comment.