seayala commited on
Commit
1db643b
·
verified ·
1 Parent(s): 88da3e4

Update app.py

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