Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jebin2
/
Tools
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Tools
/
process_exception.py
jebin2
image converter added
609d54c
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
138 Bytes
class
ProcessAlreadyRunning
(
Exception
):
def
__init__
(
self, message, data
):
super
().__init__(message)
self.data = data