davit312 commited on
Commit
83ffc06
1 Parent(s): f45c46a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,8 +7,8 @@ from piper import PiperVoice
7
  from transformers import pipeline
8
  import typing
9
 
10
- model_path = hf_hub_download(repo_id="davit312/piper-TTS-Armenian", filename="hye_AM-gor-medium.onnx")
11
- config_path = hf_hub_download(repo_id="davit312/piper-TTS-Armenian", filename="hye_AM-gor-medium.onnx.json")
12
  voice = PiperVoice.load(model_path, config_path)
13
 
14
 
 
7
  from transformers import pipeline
8
  import typing
9
 
10
+ model_path = hf_hub_download(repo_id="davit312/piper-TTS-Armenian", filename="hy_AM-gor-medium.onnx")
11
+ config_path = hf_hub_download(repo_id="davit312/piper-TTS-Armenian", filename="hy_AM-gor-medium.onnx.json")
12
  voice = PiperVoice.load(model_path, config_path)
13
 
14