azunre commited on
Commit
c13b560
·
verified ·
1 Parent(s): b0238c7

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -23,7 +23,7 @@ load_dotenv()
23
  KHAYA_TOKEN = os.getenv("KHAYA_TOKEN")
24
 
25
  translation_url = "https://translation-api.ghananlp.org/v1/translate"
26
- tts_url = "https://tts-backend-nlpghana-staging.azurewebsites.net/v0/tts"
27
 
28
  translation_hdr = {
29
  # Request headers
 
23
  KHAYA_TOKEN = os.getenv("KHAYA_TOKEN")
24
 
25
  translation_url = "https://translation-api.ghananlp.org/v1/translate"
26
+ tts_url = "https://translation-api.ghananlp.org/tts/v1/synthesize"
27
 
28
  translation_hdr = {
29
  # Request headers