Skip to content

Commit

Permalink
Update sr_tools.py
Browse files Browse the repository at this point in the history
  • Loading branch information
oliso committed Mar 31, 2020
1 parent b34289e commit 2b1788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sr_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b1788f

Please sign in to comment.