Spaces:
Paused
Paused
Update app.py
Browse files
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/
|
| 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()
|