Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ def load_asr_model():
|
|
53 |
return asr_model
|
54 |
|
55 |
def transcribe_video(processed_audio):
|
56 |
-
st = time.
|
57 |
transcriber_model = load_asr_model()
|
58 |
text_extract = transcriber_model(processed_audio)
|
59 |
et = time.time()
|
|
|
53 |
return asr_model
|
54 |
|
55 |
def transcribe_video(processed_audio):
|
56 |
+
st = time.time()
|
57 |
transcriber_model = load_asr_model()
|
58 |
text_extract = transcriber_model(processed_audio)
|
59 |
et = time.time()
|