simonraj commited on
Commit
f61c7c6
·
1 Parent(s): 9393df5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from google.oauth2 import service_account
7
  import base64
8
  import io
9
 
10
- path_to_key_file = "/path/to/your/key-file.json"
11
 
12
  credentials = service_account.Credentials.from_service_account_file(path_to_key_file)
13
  client = speech.SpeechClient(credentials=credentials)
 
7
  import base64
8
  import io
9
 
10
+ path_to_key_file = "your_key_file_name.json"
11
 
12
  credentials = service_account.Credentials.from_service_account_file(path_to_key_file)
13
  client = speech.SpeechClient(credentials=credentials)