Skip to content

Commit

Permalink
Merge pull request #88 from 2Swon/main
Browse files Browse the repository at this point in the history
revert
  • Loading branch information
2Swon authored Feb 23, 2024
2 parents 7fdb7ce + 128519c commit 82478f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/api_v1/endpoints/gree.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ async def create_and_upload_assets(
texture_file_path = os.path.join(base_path, 'texture.png')
await download_and_save_file(gree.raw_img, texture_file_path)

gif_list = ['walk', 'dab', 'hello', 'umpa', 'dance', 'jump', 'lay', 'scratch']
gif_list = ['walk', 'dab', 'hello']

gif_paths = await run_create_gif(gif_list)

Expand Down

0 comments on commit 82478f2

Please sign in to comment.