fcernafukuzaki commited on
Commit
0657bd9
·
verified ·
1 Parent(s): c94a411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from google.cloud import speech_v1
5
  from google.protobuf import timestamp_pb2
6
 
7
  import os
8
- os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "./deploygpt-e9475e7c2c7c.json"
9
 
10
  #transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
11
 
 
5
  from google.protobuf import timestamp_pb2
6
 
7
  import os
8
+ os.environ["GOOGLE_APPLICATION_CREDENTIALS"] = "deploygpt-e9475e7c2c7c.json"
9
 
10
  #transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
11