Skip to content

Commit

Permalink
fix(api): report correct image size for blend tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Feb 16, 2023
1 parent 32a4bbc commit d60ec52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/onnx_web/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ def blend():
needs_device=device,
)

return jsonify(json_params(output, params, size))
return jsonify(json_params(output, params, size, upscale=upscale))


@app.route("/api/cancel", methods=["PUT"])
Expand Down

0 comments on commit d60ec52

Please sign in to comment.