Update subgen.py
Changed delimintg character from ',' (comma) to '|' (pipe)
This commit is contained in:
@@ -485,7 +485,7 @@ def transcribe_existing():
|
|||||||
print("Finished searching and queueing files for transcription")
|
print("Finished searching and queueing files for transcription")
|
||||||
|
|
||||||
if transcribe_folders:
|
if transcribe_folders:
|
||||||
transcribe_folders = transcribe_folders.split(",")
|
transcribe_folders = transcribe_folders.split("|")
|
||||||
transcribe_existing()
|
transcribe_existing()
|
||||||
|
|
||||||
whisper_languages = {
|
whisper_languages = {
|
||||||
|
|||||||
Reference in New Issue
Block a user