Skip to content

Commit

Permalink
[CLEANUP]
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Apr 16, 2024
1 parent a9ca299 commit 053627b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions text_to_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ async def create_chat_completion(

logger.info(f"Response: {out}")
logger.info(f"Downloading the file: {response}")
out = FileResponse(
path=response,
filename=request.output_path,
media_type="application/octet-stream",
)
# out = FileResponse(
# path=response,
# filename=request.output_path,
# media_type="application/octet-stream",
# )

return out
except Exception as e:
Expand Down

0 comments on commit 053627b

Please sign in to comment.