andrespm commited on
Commit
9e1aea0
·
1 Parent(s): 5f5cb6e

change to large tubo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
  import numpy as np
4
 
5
  # Cargar tu modelo personalizado
6
- transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-tiny")
7
 
8
  def transcribe(audio):
9
  sr, y = audio
 
3
  import numpy as np
4
 
5
  # Cargar tu modelo personalizado
6
+ transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-large-v3-turbo")
7
 
8
  def transcribe(audio):
9
  sr, y = audio