Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DenisT
/
brain-rot-tok
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5bab31c
brain-rot-tok
/
endpoints
/
utils
/
get_file_name.py
DenisT
add html files
155198f
over 1 year ago
raw
Copy download link
history
blame
Safe
108 Bytes
import
time
def
get_file_name
(
prefix:
str
) ->
str
:
return
f"
{prefix}
_
{time.strftime(
'%Y%m%d-%H%M%S'
)}
.mp4"