Spaces:
Runtime error
Runtime error
ismaeltorres00
commited on
Commit
•
ba21174
1
Parent(s):
0d7fc81
Update app.py
Browse files
app.py
CHANGED
@@ -12,6 +12,7 @@ def greet(grabacion):
|
|
12 |
|
13 |
inicio = time.time()
|
14 |
|
|
|
15 |
sr, y = grabacion
|
16 |
# Pasamos el array de muestras a tipo NumPy de 32 bits
|
17 |
y = y.astype(np.float32)
|
|
|
12 |
|
13 |
inicio = time.time()
|
14 |
|
15 |
+
|
16 |
sr, y = grabacion
|
17 |
# Pasamos el array de muestras a tipo NumPy de 32 bits
|
18 |
y = y.astype(np.float32)
|