Spaces:
Sleeping
Sleeping
Models with tokenizers updated
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
import numpy as np
|
5 |
|
6 |
pipe_base = pipeline("automatic-speech-recognition", model="aitor-medrano/lara-base-pushed")
|
7 |
-
pipe_small = pipeline("automatic-speech-recognition", model="aitor-medrano/whisper-
|
8 |
|
9 |
def greet(modelo, grabacion):
|
10 |
sr, y = grabacion
|
|
|
4 |
import numpy as np
|
5 |
|
6 |
pipe_base = pipeline("automatic-speech-recognition", model="aitor-medrano/lara-base-pushed")
|
7 |
+
pipe_small = pipeline("automatic-speech-recognition", model="aitor-medrano/whisper-small-lara")
|
8 |
|
9 |
def greet(modelo, grabacion):
|
10 |
sr, y = grabacion
|