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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="aitor-medrano/whisper-base-lara")
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):