Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lazyfling
/
onekeyhf
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
onekeyhf
/
app
/
utils.py
lazyfling
Upload folder using huggingface_hub
6e83d49
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
106 Bytes
import
os, stat
def
_chmod_and_retry
(
func, path, exc
):
os.chmod(path, stat.S_IWRITE)
func(path)