FiendHunter commited on
Commit
2af8315
·
verified ·
1 Parent(s): 2706a1d

Delete scripts/upload.py

Browse files
Files changed (1) hide show
  1. scripts/upload.py +0 -8
scripts/upload.py DELETED
@@ -1,8 +0,0 @@
1
- from huggingface_hub import HfApi
2
- api = HfApi()
3
-
4
- api.upload_folder(
5
- folder_path=r"C:\Users\91745\OneDrive\Desktop\Github_analyser",
6
- repo_id="FiendHunter/Github_bot_scripts",
7
- repo_type="dataset",
8
- )