Edward Nagy commited on
Commit
0fef6ce
·
unverified ·
1 Parent(s): aa65169

Add logging

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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