HeartDiseaseRiskPrediction-A / repository on Hugging Face
Anupam202224's picture
Update repository on Hugging Face
08234f1 verified
raw
history blame
No virus
111 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.create_repo(name="heart-disease-prediction", private=True)