Spaces:
Runtime error
Runtime error
Edward Nagy
commited on
Add logging
Browse files
app.py
CHANGED
@@ -8,6 +8,7 @@ import os
|
|
8 |
|
9 |
|
10 |
def transcribe_audio(audio_file):
|
|
|
11 |
text = "Test text"
|
12 |
# text = pipe(audio_file)["text"]
|
13 |
return text
|
|
|
8 |
|
9 |
|
10 |
def transcribe_audio(audio_file):
|
11 |
+
print("Transcribing audio: ", audio_file)
|
12 |
text = "Test text"
|
13 |
# text = pipe(audio_file)["text"]
|
14 |
return text
|