debug
Browse files
App/Transcription/Utils/audio_transcription.py
CHANGED
@@ -9,7 +9,7 @@ current_time = time.localtime()
|
|
9 |
|
10 |
|
11 |
def transcribe_file(state, file_path, model_size="tiny"):
|
12 |
-
print(model_size)
|
13 |
result = []
|
14 |
metadata = TranscriptionMetadata()
|
15 |
start_time = datetime.now()
|
|
|
9 |
|
10 |
|
11 |
def transcribe_file(state, file_path, model_size="tiny"):
|
12 |
+
print(model_size,'audio-transcription')
|
13 |
result = []
|
14 |
metadata = TranscriptionMetadata()
|
15 |
start_time = datetime.now()
|