r3gm commited on
Commit
01126dd
1 Parent(s): 96e07f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def convert_now(audio_files, random_tag, converter):
99
  audio_files,
100
  random_tag,
101
  overwrite=False,
102
- parallel_workers=4
103
  )
104
 
105
 
 
99
  audio_files,
100
  random_tag,
101
  overwrite=False,
102
+ parallel_workers=8
103
  )
104
 
105