Spaces:
Paused
Paused
Update src/main.py
Browse files- src/main.py +1 -1
src/main.py
CHANGED
@@ -72,7 +72,7 @@ def schedule_retrain(payload: WebhookPayload):
|
|
72 |
raise
|
73 |
# Notify in the community tab
|
74 |
# notify_success(id)
|
75 |
-
deploy_model(id=
|
76 |
print(result.returncode)
|
77 |
return {"processed": True}
|
78 |
|
|
|
72 |
raise
|
73 |
# Notify in the community tab
|
74 |
# notify_success(id)
|
75 |
+
deploy_model(id="1726082187")
|
76 |
print(result.returncode)
|
77 |
return {"processed": True}
|
78 |
|