Akseluhr commited on
Commit
0b6f67c
1 Parent(s): 9c9d09f

Update app.py typo

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(model="Akseluhr/whisper-small-sv-Se-auhr-v2")
5
 
6
 
7
  def transcribe(rec=None, file=None):
 
1
  from transformers import pipeline
2
  import gradio as gr
3
 
4
+ pipe = pipeline(model="Akseluhr/whisper-small-sv-SE-auhr-v2")
5
 
6
 
7
  def transcribe(rec=None, file=None):