arcticlatent commited on
Commit
f03738e
·
verified ·
1 Parent(s): 3fc39d7

Delete files upload_to_hf.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. upload_to_hf.py +0 -11
upload_to_hf.py DELETED
@@ -1,11 +0,0 @@
1
- from huggingface_hub import HfApi
2
-
3
- api = HfApi()
4
- api.upload_folder(
5
- folder_path=".",
6
- repo_id="arcticlatent/windows",
7
- repo_type="model",
8
- path_in_repo="."
9
- )
10
-
11
- print("Done uploading folder.")