Lesterchia174 commited on
Commit
2e7daca
·
verified ·
1 Parent(s): 6a6baf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ from gtts import gTTS
19
  whisper_model = whisper.load_model("base")
20
 
21
  # Instantiate Groq client with API key
22
- groq_client = Groq(api_key=os.getenv("GROQ_API_KEY", "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"))
23
 
24
  # Supported languages
25
  SUPPORTED_LANGUAGES = [
 
19
  whisper_model = whisper.load_model("base")
20
 
21
  # Instantiate Groq client with API key
22
+ groq_client = Groq(api_key=os.getenv("GROQ_API_KEY"))
23
 
24
  # Supported languages
25
  SUPPORTED_LANGUAGES = [