Spaces:
Sleeping
Sleeping
Commit
·
bde0305
1
Parent(s):
de969c6
Update main.py
Browse files
main.py
CHANGED
|
@@ -52,8 +52,7 @@ def update_cloned_repo(payload: WebhookPayload):
|
|
| 52 |
repo_id="shellplc/ThirdParty",
|
| 53 |
repo_type="model",
|
| 54 |
commit_message="uploaded third party model",
|
| 55 |
-
token="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"
|
| 56 |
-
)
|
| 57 |
except requests.HTTPError as err:
|
| 58 |
print("ERROR while requesting AutoTrain API:")
|
| 59 |
print(f" code: {err.response.status_code}")
|
|
|
|
| 52 |
repo_id="shellplc/ThirdParty",
|
| 53 |
repo_type="model",
|
| 54 |
commit_message="uploaded third party model",
|
| 55 |
+
token="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")
|
|
|
|
| 56 |
except requests.HTTPError as err:
|
| 57 |
print("ERROR while requesting AutoTrain API:")
|
| 58 |
print(f" code: {err.response.status_code}")
|