Peca33 commited on
Commit
c6699ff
·
verified ·
1 Parent(s): 3498704

borrado de la actualizacion de traduccion

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import tempfile
9
 
10
 
11
  # Cargar el modelo Whisper-small y bark
12
- transcribir = pipeline("automatic-speech-recognition", model="openai/whisper-small", task="translate")
13
  bark = pipeline("text-to-speech", model="suno/bark")
14
 
15
 
 
9
 
10
 
11
  # Cargar el modelo Whisper-small y bark
12
+ transcribir = pipeline("automatic-speech-recognition", model="openai/whisper-small")
13
  bark = pipeline("text-to-speech", model="suno/bark")
14
 
15