rime commited on
Commit
a8cf9f8
·
verified ·
1 Parent(s): 6082079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -542,7 +542,7 @@ def synthesize(key, text, speakers_must, sampling_rate, speed, request: gr.Reque
542
  }
543
  print(json_data)
544
  response = requests.post(
545
- "https://model-232ped0q.api.baseten.co/deployment/q99450q/predict",
546
  headers=headers,
547
  json=json_data,
548
  )
 
542
  }
543
  print(json_data)
544
  response = requests.post(
545
+ "https://model-232ped0q.api.baseten.co/production/predict",
546
  headers=headers,
547
  json=json_data,
548
  )