Is it possible to launch a visible browser when using headless mode in Selenium?

I have been utilizing Selenium with the headless mode enabled through the command chrome_options.add_argument(“–headless”). However, I am curious if there’s a way to run the browser in a visible state instead. Thank you for your assistance!