mgokg commited on
Commit
c58f0e1
·
verified ·
1 Parent(s): abae114

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ custom_css = """
23
 
24
  #api_key = os.getenv('groq')
25
  google_api_key = os.getenv('google_search')
26
- if api_key is None:
27
- raise ValueError("groq_whisper environment variable is not set")
28
 
29
  # Initialize the Groq client
30
  #client = Groq(api_key=api_key)
 
23
 
24
  #api_key = os.getenv('groq')
25
  google_api_key = os.getenv('google_search')
26
+ #if api_key is None:
27
+ #raise ValueError("groq_whisper environment variable is not set")
28
 
29
  # Initialize the Groq client
30
  #client = Groq(api_key=api_key)