freeja commited on
Commit
dd56ef4
1 Parent(s): 06a79e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
5
  import os
6
  from gtts import gTTS
7
 
8
- pipe = pipeline(model="CsanadT/whisper_small_sv")
9
 
10
  def transcribe_audio(audio,language):
11
  transcribed = pipe(audio)["text"]
 
5
  import os
6
  from gtts import gTTS
7
 
8
+ pipe = pipeline(model="freeja/lab2-whisper-sv")
9
 
10
  def transcribe_audio(audio,language):
11
  transcribed = pipe(audio)["text"]