soc-ai-detection / upload.py
Daksh159's picture
Full deployment with inference
3473bcd verified
Raw
History Blame Contribute Delete
216 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path=".",
repo_id="Daksh159/soc-ai-detection",
repo_type="model",
commit_message="Full deployment with inference"
)