martenb commited on
Commit
421e18c
·
1 Parent(s): 68a600b

Updated app at mån 4 dec 2023 08:34:07 CET

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from transformers import pipeline
2
  import gradio as gr
3
 
4
- pipe = pipeline("automatic-speech-recognition", model="martenb/whisper-small-sv")
5
 
6
 
7
  def transcribe(audio):
 
1
  from transformers import pipeline
2
  import gradio as gr
3
 
4
+ pipe = pipeline("automatic-speech-recognition", model="GroupSix/whisper-small-sv")
5
 
6
 
7
  def transcribe(audio):