Anupam202224 commited on
Commit
08234f1
1 Parent(s): aba1dc0

Update repository on Hugging Face

Browse files
Files changed (1) hide show
  1. repository on Hugging Face +3 -0
repository on Hugging Face CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from huggingface_hub import HfApi
2
+ api = HfApi()
3
+ api.create_repo(name="heart-disease-prediction", private=True)