rime commited on
Commit
3bdcf46
·
verified ·
1 Parent(s): 63d7087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -556,7 +556,7 @@ def synthesize(key, text, speakers_must, speed, request: gr.Request):
556
  }
557
  print(json_data)
558
  response = requests.post(
559
- "https://model-232ped0q.api.baseten.co/deployment/wllk42w/predict",
560
  headers=headers,
561
  json=json_data,
562
  )
 
556
  }
557
  print(json_data)
558
  response = requests.post(
559
+ "https://model-232ped0q.api.baseten.co/deployment/q99zr0q/predict",
560
  headers=headers,
561
  json=json_data,
562
  )