@@ -57,7 +57,7 @@ async def endpoint(body : Predictbody):
result = None
try:
result = engine.inference(res)
result = engine.inference_batch_json_data(res)
except Exception as e:
The note is not visible to the blocked user.