jamtur01's picture
Upload folder using huggingface_hub
9c6594c verified
raw
history blame contribute delete
87 Bytes
class MonitorStatus:
IN_PROGRESS = "in_progress"
OK = "ok"
ERROR = "error"