Moezulhaq24 commited on
Commit
2a232c0
·
verified ·
1 Parent(s): 32488c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import io
6
  from groq import Groq
7
 
8
  # Initialize the Groq client
9
- client = Groq(api_key=os.getenv(groq_api_key))
10
 
11
  # Load the Whisper model
12
  model = whisper.load_model("base") # You can choose other models like "small", "medium", "large"
 
6
  from groq import Groq
7
 
8
  # Initialize the Groq client
9
+ client = Groq(api_key=groq_api_key)
10
 
11
  # Load the Whisper model
12
  model = whisper.load_model("base") # You can choose other models like "small", "medium", "large"