classHUBModelError(Exception):def__init__(self,message='Model not found. Please check model URL and try again.'):"""Create an exception for when a model is not found."""super().__init__(emojis(message))
__init__(message='Model not found. Please check model URL and try again.')
Create an exception for when a model is not found.
def__init__(self,message='Model not found. Please check model URL and try again.'):"""Create an exception for when a model is not found."""super().__init__(emojis(message))
Created 2023-04-16, Updated 2023-05-17 Authors: Glenn Jocher (3)