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 6dbe815 commit 4805199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions text_to_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ async def create_chat_completion(
path=response,
filename=request.output_path,
media_type="image/gif", # Use the correct media type for GIFs
headers={"Content-Disposition": "attachment; filename=" + request.output_path},
)

return out
Expand Down

0 comments on commit 4805199

Please sign in to comment.