Update app.py
Browse files
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 = "
|
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)
|