Abbas0786 commited on
Commit
b29df0d
·
verified ·
1 Parent(s): 488aaba

Update app.py

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