Skip to content

Commit b9dd6b7

Browse files
committed
fix(upsample): return $meta for kiri
1 parent d7038b5 commit b9dd6b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/extras/upsample/upsample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ async def upsample(model_inputs, call_inputs, send_opts={}, startRequestId=None)
211211
await send("inference", "done", {"startRequestId": startRequestId}, send_opts)
212212

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

0 commit comments

Comments
 (0)