mgokg commited on
Commit
6111834
·
verified ·
1 Parent(s): 0a61873

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ custom_css = """
20
  }
21
  """
22
 
23
- api_key = os.getenv('groq_whisper')
24
 
25
  if api_key is None:
26
  raise ValueError("groq_whisper environment variable is not set")
 
20
  }
21
  """
22
 
23
+ api_key = os.getenv('groq')
24
 
25
  if api_key is None:
26
  raise ValueError("groq_whisper environment variable is not set")