Spaces:
Sleeping
Sleeping
borrado de la actualizacion de traduccion
Browse files
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"
|
| 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 |
|