Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AZLABS
/
TGFS
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
TGFS
/
FileStream
/
server
/
exceptions.py
AZLABS
Upload 30 files
79a6766
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
125 Bytes
class
InvalidHash
(
Exception
):
message =
"Invalid hash"
class
FIleNotFound
(
Exception
):
message =
"File not found"