Skip to content

Commit

Permalink
🐛 fix(playground): update input file for sticker generation in resize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoskys committed Aug 7, 2024
1 parent 404c7c0 commit 9d50d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

sticker = ImageProcessor.make_sticker(
input_name='sad',
input_data=open("05.gif", 'rb').read(),
input_data=open("冲锋.gif", 'rb').read(),
scale=512,
master_edge='width',
)
Expand Down

0 comments on commit 9d50d9b

Please sign in to comment.