Viewing File: /home/ubuntu/combine_ai/combine/lib/python3.10/site-packages/gradio_client/exceptions.py

class SerializationSetupError(ValueError):
    """Raised when a serializers cannot be set up correctly."""

    pass


class AuthenticationError(ValueError):
    """Raised when the client is unable to authenticate itself to a Gradio app due to invalid or missing credentials."""

    pass
Back to Directory File Manager