Update app.py
Browse files
app.py
CHANGED
@@ -6,10 +6,9 @@ import tempfile
|
|
6 |
|
7 |
# Diccionario de etiquetas
|
8 |
labels = [
|
9 |
-
'
|
10 |
-
'
|
11 |
-
'
|
12 |
-
'bed', 'bird', 'cat', 'dog', 'happy', 'house', 'marvin', 'sheila', 'tree', 'wow'
|
13 |
]
|
14 |
|
15 |
|
|
|
6 |
|
7 |
# Diccionario de etiquetas
|
8 |
labels = [
|
9 |
+
'stop', 'six', 'sheila', 'marvin', 'go', 'tree', 'seven', 'five', 'two', 'off',
|
10 |
+
'bird', 'zero', 'dog', 'house', 'one', 'right', 'nine', 'on', 'yes', 'wow', 'four',
|
11 |
+
'three', 'up', 'no', 'left', 'cat', 'down', 'bed', 'eight', 'happy'
|
|
|
12 |
]
|
13 |
|
14 |
|