mgokg commited on
Commit
7cc7769
·
verified ·
1 Parent(s): f293dff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import soundfile as sf
5
  from tempfile import NamedTemporaryFile
6
 
7
  # Load the API key from the environment variable
8
- api_key = os.getenv('groq_whisper')
9
 
10
  if api_key is None:
11
  raise ValueError("groq_whisper environment variable is not set")
 
5
  from tempfile import NamedTemporaryFile
6
 
7
  # Load the API key from the environment variable
8
+ api_key = os.getenv('groqwhisper')
9
 
10
  if api_key is None:
11
  raise ValueError("groq_whisper environment variable is not set")