Spaces:
Sleeping
Sleeping
Commit
·
ca7a91e
1
Parent(s):
2cc03f8
Update app.py
Browse files
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="
|
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):
|