mirror of
https://github.com/FAUSheppy/ths-speech
synced 2025-12-11 01:48:34 +01:00
remove old permission workflow
This commit is contained in:
@@ -1,2 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
chmod -R a+rX /home/ths/files/*
|
|
||||||
@@ -16,7 +16,7 @@ def async_create_transcript(filename):
|
|||||||
def create_and_save_transcript(filename):
|
def create_and_save_transcript(filename):
|
||||||
transcript = analyse(filename)
|
transcript = analyse(filename)
|
||||||
filesystem.save_transcript(filename, transcript)
|
filesystem.save_transcript(filename, transcript)
|
||||||
os.system("../permissions.sh")
|
#os.system("../permissions.sh")
|
||||||
|
|
||||||
def analyse(filename):
|
def analyse(filename):
|
||||||
''' returns the transcripted audio, or None if the analysis fails '''
|
''' returns the transcripted audio, or None if the analysis fails '''
|
||||||
|
|||||||
Reference in New Issue
Block a user