aitor-medrano commited on
Commit
15c0144
·
verified ·
1 Parent(s): e637139

Changed models

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import torch
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):
10
  sr, y = grabacion
 
3
  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-base-lara")
8
 
9
  def greet(modelo, grabacion):
10
  sr, y = grabacion