dgongor commited on
Commit
9775a33
1 Parent(s): aa4d759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import openai
4
  from gtts import gTTS # Google Text To Speech
5
 
6
  # load the api key
7
- openai.api_key = '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'
8
  # takes an audio file from the microphone
9
  # submits the raw audio to OpenAI for
10
  # Speech to Text Translation
 
4
  from gtts import gTTS # Google Text To Speech
5
 
6
  # load the api key
7
+ openai.api_key = ''
8
  # takes an audio file from the microphone
9
  # submits the raw audio to OpenAI for
10
  # Speech to Text Translation