Amelia-James commited on
Commit
6325c8c
·
verified ·
1 Parent(s): b1523cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ if uploaded_file is not None:
36
  # Replace the following with the correct transcription method provided by Groq
37
  transcription_response = client.transcriptions.create(
38
  file_path=temp_audio_path,
39
- model="whisper-large-v3-turbo"
40
  )
41
 
42
  # Extract the transcribed text from the response
 
36
  # Replace the following with the correct transcription method provided by Groq
37
  transcription_response = client.transcriptions.create(
38
  file_path=temp_audio_path,
39
+ model="whisper-large-v3"
40
  )
41
 
42
  # Extract the transcribed text from the response