rewored webapp

This commit is contained in:
Jaikinator
2023-09-18 14:39:34 +02:00
parent fd80276dd6
commit e76b7b51a5
6 changed files with 533 additions and 54 deletions
+2 -1
View File
@@ -40,6 +40,7 @@ if __name__ == "__main__":
author='Jacob Schmieder',
author_email='Jacob.Schmieder@dbfz.de',
description='Transcription tool for audio files based on Whisper and Pyannote',
package_data={ "header" : ["app/header.html"], "logo" : ["app/Logo_KIDA_bmel_green.svg"]},
entry_points={'console_scripts':
['autotranscript = autotranscript.autotranscript:cli']}
['autotranscript = autotranscript.cli:cli']}
)