From 2b1788f4887bf97246f4450323cfa9df5a62a58e Mon Sep 17 00:00:00 2001 From: Oliver <50978261+oliso@users.noreply.github.com> Date: Wed, 1 Apr 2020 00:39:18 +0200 Subject: [PATCH] Update sr_tools.py --- sr_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sr_tools.py b/sr_tools.py index b27386a..e66b500 100644 --- a/sr_tools.py +++ b/sr_tools.py @@ -52,9 +52,9 @@ def recog_IBM(input_file, work_dir): ########################################################################## # Set up IBM credentials (have to sign up for an IBM account): ########################################################################## - ibm_apikey = "7pbHP5MOctczpme24yLh0e4VUYl0o-C9z--Ikf4kXkaF" + ibm_apikey = XXXXX ########################################################################## - ibm_url = "https://api.eu-gb.speech-to-text.watson.cloud.ibm.com/instances/3632ef59-4133-478b-aa61-b97e545b22c3" + ibm_url = XXXXX ########################################################################## # Need to use IBM authenticator with apikey and url: