Spaces:
Running
Running
Update app.py
Browse files
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":
|
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 |
|