Daksh159 commited on
Commit
3473bcd
·
verified ·
1 Parent(s): 337a1aa

Full deployment with inference

Browse files
Files changed (1) hide show
  1. upload.py +3 -4
upload.py CHANGED
@@ -5,7 +5,6 @@ api = HfApi()
5
  api.upload_folder(
6
  folder_path=".",
7
  repo_id="Daksh159/soc-ai-detection",
8
- repo_type="model"
9
- )
10
-
11
- print("Upload complete 🚀")
 
5
  api.upload_folder(
6
  folder_path=".",
7
  repo_id="Daksh159/soc-ai-detection",
8
+ repo_type="model",
9
+ commit_message="Full deployment with inference"
10
+ )