Spaces:
Running
Running
Update app.py
Browse files
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)
|