from huggingface_hub import HfApi api = HfApi() api.create_repo(name="heart-disease-prediction", private=True)