large update
This commit is contained in:
@@ -127,6 +127,8 @@ async def video_to_wav(req: VideoToWavRequest):
|
||||
|
||||
return FileResponse(str(dest), filename=dest.name, media_type="audio/wav")
|
||||
|
||||
# MoviePy video-to-audio endpoints moved to api/route/moviepy.py
|
||||
|
||||
|
||||
class Mp3ToTextRequest(BaseModel):
|
||||
filename: str
|
||||
|
||||
Reference in New Issue
Block a user