Skip to content

Commit

Permalink
fix(upsample): return $meta for kiri
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Jul 19, 2023
1 parent d7038b5 commit b9dd6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/extras/upsample/upsample.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,4 @@ async def upsample(model_inputs, call_inputs, send_opts={}, startRequestId=None)
await send("inference", "done", {"startRequestId": startRequestId}, send_opts)

# Return the results as a dictionary
return {"image_base64": image_base64}
return {"$meta": {}, "image_base64": image_base64}

0 comments on commit b9dd6b7

Please sign in to comment.