Spaces:
r3gm
/
Running

r3gm commited on
Commit
1cd6026
·
verified ·
1 Parent(s): 93195d5

Update easy_infer.py

Browse files
Files changed (1) hide show
  1. easy_infer.py +1 -1
easy_infer.py CHANGED
@@ -1373,7 +1373,7 @@ v2/tr_speaker_9 Turkish Male
1373
 
1374
 
1375
  def get_edge_voice():
1376
- completed_process = subprocess.run(['edge-tts',"-l"], capture_output=True, text=True)
1377
  lines = completed_process.stdout.strip().split("\n")
1378
  data = []
1379
  current_entry = {}
 
1373
 
1374
 
1375
  def get_edge_voice():
1376
+ completed_process = subprocess.run(['edge-tts',"--list-voices"], capture_output=True, text=True)
1377
  lines = completed_process.stdout.strip().split("\n")
1378
  data = []
1379
  current_entry = {}