freeja commited on
Commit
1b15d30
1 Parent(s): 49d5ae2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ pipe = pipeline(model="freeja/lab2-whisper-sv")
9
 
10
  def transcribe_audio(audio,language):
11
  transcribed = pipe(audio)["text"]
12
- print(transcribed)
13
  result = "Transcribed text\n"
14
  result += transcribed + "\n"
15
  result += "Translated text\n"
 
9
 
10
  def transcribe_audio(audio,language):
11
  transcribed = pipe(audio)["text"]
 
12
  result = "Transcribed text\n"
13
  result += transcribed + "\n"
14
  result += "Translated text\n"