Spaces:
Sleeping
Sleeping
Commit
·
fdd3a00
1
Parent(s):
b06baa1
Update main.py
Browse files
main.py
CHANGED
@@ -45,9 +45,9 @@ async def post_webhook(
|
|
45 |
|
46 |
def update_cloned_repo(payload: WebhookPayload):
|
47 |
# Create the update_cloned_repo project
|
|
|
48 |
try:
|
49 |
-
|
50 |
-
api.upload_folder(folder_path="./ThirdParty",repo_id="shellplc/ThirdParty",repo_type="model",commit_message="uploaded third party model",token="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")
|
51 |
except requests.HTTPError as err:
|
52 |
print("ERROR while requesting AutoTrain API:")
|
53 |
print(f" code: {err.response.status_code}")
|
|
|
45 |
|
46 |
def update_cloned_repo(payload: WebhookPayload):
|
47 |
# Create the update_cloned_repo project
|
48 |
+
snapshot_download(repo_id="SakethTest/ThirdParty",local_dir="./ThirdParty")
|
49 |
try:
|
50 |
+
api.upload_folder(folder_path="./ThirdParty",repo_id="shellplc/ThirdParty",repo_type="model",commit_message="uploaded third party model",token="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")
|
|
|
51 |
except requests.HTTPError as err:
|
52 |
print("ERROR while requesting AutoTrain API:")
|
53 |
print(f" code: {err.response.status_code}")
|