Use cv2.drawContours() with thickness=cv2.FILLED:
cv2.drawContours(img, contours, -1, color=(255, 255, 255), thickness=cv2.FILLED)
Use cv2.drawContours() with thickness=cv2.FILLED:
cv2.drawContours(img, contours, -1, color=(255, 255, 255), thickness=cv2.FILLED)