def postprocess()

in gpu-workload/t5/model/handler.py [0:0]


    def postprocess(self, inference_output):
        return [{"text": text} for text in inference_output]