chrisvnz commited on
Commit
f7a1c50
·
1 Parent(s): 0dc6635

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def process_meeting(api_key, topic, audio_file):
20
 
21
  # Set the filename to the uploaded audio file's name without extension
22
  ffname, _ = os.path.splitext(audio_file.name)
23
- audio_file_path = ffname + ".mp3"
24
 
25
  # Save the uploaded audio file
26
  with open(audio_file_path, 'wb') as f:
 
20
 
21
  # Set the filename to the uploaded audio file's name without extension
22
  ffname, _ = os.path.splitext(audio_file.name)
23
+ audio_file_path = ffname + ".m4a"
24
 
25
  # Save the uploaded audio file
26
  with open(audio_file_path, 'wb') as f: