SamuelHarner commited on
Commit
ca7a91e
·
1 Parent(s): 2cc03f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from song_guesser import SongGuesser
4
  from list_songs import ListSongs
5
 
6
- pipe = pipeline(model="SamuelHarner/whisper-tuned")
7
 
8
 
9
  def transcribe(audio):
 
3
  from song_guesser import SongGuesser
4
  from list_songs import ListSongs
5
 
6
+ pipe = pipeline(model="MarieGotthardt/whisper_swedish_tuned")
7
 
8
 
9
  def transcribe(audio):