CORVO-AI commited on
Commit
f2aa1db
·
verified ·
1 Parent(s): 4273734

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -195,7 +195,7 @@ def upload_audio_file(file_path, bot_id, workspace_id):
195
  file_size = os.path.getsize(file_path)
196
 
197
  # Get file content type
198
- content_type = "audio/mpeg"
199
 
200
  # Calculate expiration date (3 days from now) with proper timezone format
201
  now = datetime.now()
 
195
  file_size = os.path.getsize(file_path)
196
 
197
  # Get file content type
198
+ content_type = "audio/mp3"
199
 
200
  # Calculate expiration date (3 days from now) with proper timezone format
201
  now = datetime.now()