I'm sure your english is good enough to type "sfml flip sprite" in any search engine and read at least the
first result.
Use a negative scale. Or set the texture rect to (left, top + height, width, -height) (horizontal mirroring) or (left+width, top, -width, height) (vertical mirroring)