This commit is contained in:
Timothy J. Baek 2024-10-08 13:39:27 -07:00
parent 595cf191fb
commit 0feaf6f649

View File

@ -450,7 +450,7 @@ def transcribe(file_path):
except Exception:
error_detail = f"External: {e}"
raise error_detail
raise Exception(error_detail)
@app.post("/transcriptions")