serJD commited on
Commit
e6ac23b
1 Parent(s): 23c33f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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