Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: DalleBartProcessor.__call__ type signature (#271)
Fix contradictory type signature... `text: str` and assert not `isinstance(text, str), ...` `text` should be treated as a list of strings.
- Loading branch information