walaa2022 commited on
Commit
a8c0571
1 Parent(s): e6c911f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import tempfile
11
 
12
  # Initialize the Groq client
13
  GROQ_API_KEY = "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"
14
- client = Groq(api_key=GROQ_API_KEY))
15
 
16
  # Load the Whisper model
17
  model = whisper.load_model("base") # You can choose other models like "small", "medium", "large"
 
11
 
12
  # Initialize the Groq client
13
  GROQ_API_KEY = "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"
14
+ client = Groq(api_key=GROQ_API_KEY)
15
 
16
  # Load the Whisper model
17
  model = whisper.load_model("base") # You can choose other models like "small", "medium", "large"