Skip to content

Commit

Permalink
Merge pull request #84 from 2Swon/main
Browse files Browse the repository at this point in the history
fix: delete lay, wow, umpa
  • Loading branch information
2Swon authored Feb 23, 2024
2 parents b1e125a + b057f74 commit 6d6c385
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', 'lay', 'wow', 'dab', 'jump', 'hello', 'umpa', 'scratch', 'dance']
gif_list = ['walk', 'dab', 'jump', 'hello', 'scratch', 'dance']

gif_paths = await run_create_gif(gif_list)

Expand Down

0 comments on commit 6d6c385

Please sign in to comment.