Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,9 +4,9 @@ from transformers import pipeline
|
|
| 4 |
import numpy as np
|
| 5 |
import time
|
| 6 |
|
| 7 |
-
modelo_1 = pipeline("automatic-speech-recognition", model="IABDs8a/MODELO1_EQUIPO2"
|
| 8 |
-
modelo_2 = pipeline("automatic-speech-recognition", model="IABDs8a/MODELO1_EQUIPO2"
|
| 9 |
-
modelo_3 = pipeline("automatic-speech-recognition", model="IABDs8a/MODELO1_EQUIPO2"
|
| 10 |
|
| 11 |
def greet(grabacion):
|
| 12 |
|
|
|
|
| 4 |
import numpy as np
|
| 5 |
import time
|
| 6 |
|
| 7 |
+
modelo_1 = pipeline("automatic-speech-recognition", model="IABDs8a/MODELO1_EQUIPO2")
|
| 8 |
+
modelo_2 = pipeline("automatic-speech-recognition", model="IABDs8a/MODELO1_EQUIPO2")
|
| 9 |
+
modelo_3 = pipeline("automatic-speech-recognition", model="IABDs8a/MODELO1_EQUIPO2")
|
| 10 |
|
| 11 |
def greet(grabacion):
|
| 12 |
|