nox-th / upload.py
lumindrive's picture
Upload folder using huggingface_hub
a3bc2f8 verified
raw
history blame contribute delete
180 Bytes
from huggingface_hub import HfApi
api = HfApi(token=os.getenv("HF_TOKEN"))
api.upload_folder(
folder_path=".",
repo_id="lumindrive/NOX_Th",
repo_type="model",
)