Spaces:
Sleeping
Sleeping
Commit
·
2e93a6e
1
Parent(s):
7855f16
Update main.py
Browse files
main.py
CHANGED
@@ -31,8 +31,8 @@ async def webhook(request: Request):
|
|
31 |
_ = whoami(token)
|
32 |
# ^ this will throw if token is invalid
|
33 |
|
34 |
-
delete_repo(repo_id="shellplc/ThirdParty", token = token, repo_type="model",missing_ok=True)
|
35 |
-
print("deleted")
|
36 |
r = requests.post(
|
37 |
f"https://huggingface.co/api/models/SakethTest/ThirdParty/duplicate",
|
38 |
headers=build_hf_headers(token=token),
|
|
|
31 |
_ = whoami(token)
|
32 |
# ^ this will throw if token is invalid
|
33 |
|
34 |
+
# delete_repo(repo_id="shellplc/ThirdParty", token = token, repo_type="model",missing_ok=True)
|
35 |
+
# print("deleted")
|
36 |
r = requests.post(
|
37 |
f"https://huggingface.co/api/models/SakethTest/ThirdParty/duplicate",
|
38 |
headers=build_hf_headers(token=token),
|