geored's picture
Upload folder using huggingface_hub
add8f0b verified
raw
history blame
No virus
289 Bytes
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