mskov commited on
Commit
0efcdee
·
1 Parent(s): 26ca121

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ classifier = pipeline("zero-shot-classification",
14
  # whisper model specification
15
  asr_model = whisper.load_model("tiny")
16
 
17
- openai.api_key = os.environ["Openai_APIkey"]
18
 
19
 
20
  # Transcribe function
 
14
  # whisper model specification
15
  asr_model = whisper.load_model("tiny")
16
 
17
+ # openai.api_key = os.environ["Openai_APIkey"]
18
 
19
 
20
  # Transcribe function