paulpanwang's picture
Upload folder using huggingface_hub
476e0f0 verified
raw
history blame contribute delete
91 Bytes
import os
def make_dir(path):
if not os.path.exists(path):
os.makedirs(path)