aryanxxvii commited on
Commit
9fc5af5
1 Parent(s): 330b9b4
Files changed (1) hide show
  1. push_to_hf.py +0 -9
push_to_hf.py DELETED
@@ -1,9 +0,0 @@
1
- from huggingface_hub import Repository
2
-
3
- # Replace with your Hugging Face username and the repository name you created
4
- repo = Repository(local_dir="clearbg", clone_from="totoshi/clearbg")
5
-
6
- # Add all files and push to Hugging Face
7
- # repo.git_add()
8
- # repo.git_commit("Upload U2NET model for background removal")
9
- # repo.git_push()