Skip to content

Commit

Permalink
Merge pull request #91 from 2Swon/main
Browse files Browse the repository at this point in the history
2 gif
  • Loading branch information
2Swon authored Feb 28, 2024
2 parents a8558a6 + 748df6e commit e9e52bb
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', 'surprise', 'cry', 'wow', 'dance', 'jump', 'scratch', 'bigwave']
gif_list = ['walk', 'hello']

gif_paths = await run_create_gif(gif_list)

Expand Down

0 comments on commit e9e52bb

Please sign in to comment.