Spaces:
Running
Running
File size: 108 Bytes
155198f |
1 2 3 4 |
import time
def get_file_name(prefix: str) -> str:
return f"{prefix}_{time.strftime('%Y%m%d-%H%M%S')}.mp4" |