| 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" | |
| ) |
| 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" | |
| ) |