tg-stream / WebStreamer /server /exceptions.py
vickydmt's picture
Upload folder using huggingface_hub
8db43b6 verified
raw
history blame contribute delete
123 Bytes
class InvalidHash(Exception):
message = "Invalid hash"
class FIleNotFound(Exception):
message = "File not found"