fahadqazi commited on
Commit
06aa7ec
·
verified ·
1 Parent(s): 0c9218a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ config_path = hf_hub_download(repo_id="fahadqazi/piper-sindhi", filename="model.
31
  voice = PiperVoice.load(model_path=model_path, config_path=config_path, use_cuda=device=="cuda")
32
 
33
  synthesize_args = {
34
- "speaker_id": 1,
35
  "sentence_silence": 0.5
36
  }
37
 
 
31
  voice = PiperVoice.load(model_path=model_path, config_path=config_path, use_cuda=device=="cuda")
32
 
33
  synthesize_args = {
34
+ "speaker_id": 0,
35
  "sentence_silence": 0.5
36
  }
37