Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Haaribo
/
Bird-classification-QSENN
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
09b357e
Bird-classification-QSENN
/
saving
/
utils.py
Haaribo
Upload all files
40e7aed
8 months ago
raw
Copy download link
history
blame
Safe
115 Bytes
import
json
def
json_save
(
filename, data
):
with
open
(filename,
"w"
)
as
f:
json.dump(data, f,indent=
4
)