Spaces:
Paused
Paused
Update src/main.py
Browse files- src/main.py +2 -2
src/main.py
CHANGED
@@ -96,8 +96,8 @@ def notify_url(url: str):
|
|
96 |
url=url,
|
97 |
)
|
98 |
return HfApi(token=HF_ACCESS_TOKEN).create_discussion(
|
99 |
-
repo_id=
|
100 |
-
repo_type="
|
101 |
title="✨ Endpoint is ready!",
|
102 |
description=message,
|
103 |
token=HF_ACCESS_TOKEN,
|
|
|
96 |
url=url,
|
97 |
)
|
98 |
return HfApi(token=HF_ACCESS_TOKEN).create_discussion(
|
99 |
+
repo_id='Platma/platma-retrain',
|
100 |
+
repo_type="space",
|
101 |
title="✨ Endpoint is ready!",
|
102 |
description=message,
|
103 |
token=HF_ACCESS_TOKEN,
|