Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,11 +15,11 @@ import requests
|
|
15 |
from huggingface_hub import webhook_endpoint, WebhookPayload
|
16 |
from fastapi import Request
|
17 |
import datetime
|
18 |
-
|
19 |
curl -X POST -H "Content-Type: application/json" \
|
20 |
-d '{"payload": {"stream": {"name": "2B_100_batch"}}}' \
|
21 |
https://serjd-recode-hf-tripgeneration.hf.space/webhooks/update_streams
|
22 |
-
|
23 |
#https://serjd-recode_hf_tripGeneration.hf.space/webhooks/update_streams
|
24 |
#https://serjd-syncspeckle2notion.hf.space/webhooks/update_streams
|
25 |
|
|
|
15 |
from huggingface_hub import webhook_endpoint, WebhookPayload
|
16 |
from fastapi import Request
|
17 |
import datetime
|
18 |
+
"""
|
19 |
curl -X POST -H "Content-Type: application/json" \
|
20 |
-d '{"payload": {"stream": {"name": "2B_100_batch"}}}' \
|
21 |
https://serjd-recode-hf-tripgeneration.hf.space/webhooks/update_streams
|
22 |
+
"""
|
23 |
#https://serjd-recode_hf_tripGeneration.hf.space/webhooks/update_streams
|
24 |
#https://serjd-syncspeckle2notion.hf.space/webhooks/update_streams
|
25 |
|