File size: 116 Bytes
f38488f
 
 
 
1
2
3
4
5
#!/usr/bin/env python3
class TransformerWrapper:
    def infer(self, input_data):
        return "PROCESSED_LOGITS"