app.route("/transcribe", methods=["POST"])
| 1 | from flask import Flask, request, jsonify, send_file |
| 2 | from werkzeug.utils import secure_filename |
| 3 | from datetime import timedelta |
| 4 | import os |
nothing calls this directly
no outgoing calls
no test coverage detected