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