What's Changed
- Fix two bugs in the base64 file_encoding_strategy by @aron in #398
replicate.run()
now correctly converts the file provided into a valid base64 encoded data URL.replicate.async_run()
now respects thefile_encoding_strategy
flag.
Full Changelog: 1.0.3...1.0.4