Remove test line
This commit is contained in:
parent
ed05233c6e
commit
56f3ddd02f
1 changed files with 0 additions and 1 deletions
1
process
1
process
|
@ -25,7 +25,6 @@ if not options.generate:
|
|||
audioFiles = files.findAudio()
|
||||
for audioFile in audioFiles:
|
||||
print(f"Audio: {audioFile}")
|
||||
continue
|
||||
language = files.getLangCode(audioFile)
|
||||
if not files.hasTranscript(audioFile):
|
||||
files.generateFromAudio(audioFile, 'transcribe')
|
||||
|
|
Loading…
Add table
Reference in a new issue