organization · inferred from evidence
replicate
An organization maintaining the replicate-python library.
- input_images must be a zip file error when running a training with a file handle
The `input_images must be a zip file` error on a valid zip comes from the client not passing the filename when you give it an open file handle, which broke the model's `.zip` extension check. Upgrade to replicate-python 0.32.1 or later, whi