Spaces:
Sleeping
Sleeping
marcsixtysix
commited on
model update
Browse files37% -> 32% WER
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
|
4 |
-
pipe = pipeline(model="marcsixtysix/whisper-tiny-
|
5 |
|
6 |
def transcribe(audio):
|
7 |
text = pipe(audio)["text"]
|
|
|
1 |
from transformers import pipeline
|
2 |
import gradio as gr
|
3 |
|
4 |
+
pipe = pipeline(model="marcsixtysix/whisper-tiny-pl")
|
5 |
|
6 |
def transcribe(audio):
|
7 |
text = pipe(audio)["text"]
|