Hello, would it be possible to add an argument to skip SSL verification for self signed certificates? This is how `gradio_client` does it ``` from gradio_client import Client, handle_file client = Client("https://pgpt.example.com/", ssl_verify=False) ``` https://github.com/search?q=repo%3Agradio-app%2Fgradio+path%3A%2F%5Eclient%5C%2Fpython%5C%2Fgradio_client%5C%2F%2F+ssl&type=code Thank you
Hello,
would it be possible to add an argument to skip SSL verification for self signed certificates?
This is how
gradio_clientdoes ithttps://github.com/search?q=repo%3Agradio-app%2Fgradio+path%3A%2F%5Eclient%5C%2Fpython%5C%2Fgradio_client%5C%2F%2F+ssl&type=code
Thank you