Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,8 @@ def main():
|
|
| 29 |
"name": audio_file.name,
|
| 30 |
"mime": audio_mime_type
|
| 31 |
}
|
| 32 |
-
]
|
|
|
|
| 33 |
}
|
| 34 |
|
| 35 |
# Send the request to the API and get the output
|
|
|
|
| 29 |
"name": audio_file.name,
|
| 30 |
"mime": audio_mime_type
|
| 31 |
}
|
| 32 |
+
],
|
| 33 |
+
"content": "This is the audio file being processed." # Modify as needed
|
| 34 |
}
|
| 35 |
|
| 36 |
# Send the request to the API and get the output
|