Spaces:
Sleeping
Sleeping
| from huggingface_hub import HfApi | |
| api = HfApi() | |
| repo_id = "JrEasy/Judol-Detection-YOLO11" | |
| from huggingface_hub import upload_file | |
| upload_file( | |
| path_or_fileobj="best.pt", | |
| path_in_repo="best.pt", | |
| repo_id=repo_id, | |
| ) | |