runwayml / model-sdk

💥🐍 Runway Model SDK: port your own machine learning models to Runway

Home Page:https://sdk.runwayml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

base64.decodestring is deprecated in Python 3

prusnak opened this issue · comments

and even dropped from Python 3.9+

base64.decodebytes should be used instead: https://docs.python.org/3/library/base64.html#base64.decodebytes