Skip to content

Commit

Permalink
fix(api): send tile filters as correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jul 4, 2023
1 parent 6425a91 commit b816307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/chain/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def stage_tile(source_tile: Image.Image, _dims) -> Image.Image:
source,
tile,
stage_params.outscale,
stage_tile,
[stage_tile],
**kwargs,
)
stage_outputs.append(output)
Expand Down

0 comments on commit b816307

Please sign in to comment.