mirror of
https://github.com/FAUSheppy/ths-speech
synced 2025-12-09 10:38:34 +01:00
remove old permission workflow
This commit is contained in:
@@ -16,7 +16,7 @@ def async_create_transcript(filename):
|
||||
def create_and_save_transcript(filename):
|
||||
transcript = analyse(filename)
|
||||
filesystem.save_transcript(filename, transcript)
|
||||
os.system("../permissions.sh")
|
||||
#os.system("../permissions.sh")
|
||||
|
||||
def analyse(filename):
|
||||
''' returns the transcripted audio, or None if the analysis fails '''
|
||||
|
||||
Reference in New Issue
Block a user