JuanBohorquez commited on
Commit
3d4de2d
·
1 Parent(s): c286fe2

test communication 2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def create_synthesia_video(payload:dict) -> tuple:
24
  :returns (tuple staus, video_id)
25
  """
26
 
27
- url = "https://juanbohorquez-clip-generator-v3.hf.space/webhook"
28
  tester = os.environ["TESTER"]
29
  headers = {
30
  'Authorization': f"Bearer {tester}",
 
24
  :returns (tuple staus, video_id)
25
  """
26
 
27
+ url = "https://juanbohorquez-clip-generator-v3.hf.space/api/webhook"
28
  tester = os.environ["TESTER"]
29
  headers = {
30
  'Authorization': f"Bearer {tester}",