Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|