Full deployment with inference
Browse files
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 |
+
)
|
|
|