Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bilegentile
/
test
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
modules
/
dml
/
pdh
/
errors.py
bilegentile
Upload folder using huggingface_hub
c19ca42
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
99 Bytes
class
PDHError
(
Exception
):
def
__init__
(
self, message:
str
):
super
().__init__(message)