mrtroydev's picture
Upload folder using huggingface_hub
3883c60 verified
raw
history blame contribute delete
57 Bytes
import os
def is_windows():
return os.name == 'nt'