https://github.com/gradio-app/safehttpx/blob/c3d25e1067cacb5e16356af186c5f76c388a9d1e/safehttpx/__init__.py#L44 We should use a single client instance in this case as it will save us from opening a new connection every time.
safehttpx/safehttpx/__init__.py
Line 44 in c3d25e1
We should use a single client instance in this case as it will save us from opening a new connection every time.