Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thelou1s
/
yamnet_test
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
97249f0
yamnet_test
/
python
/
util
/
time_util.py
Luis
init2
97249f0
almost 2 years ago
raw
Copy download link
history
blame
Safe
87 Bytes
import
time
def
int_to_min_sec
(
i
):
return
time.strftime(
'%M:%S'
, time.gmtime(i))