seayala commited on
Commit
2ea90b3
·
verified ·
1 Parent(s): 729b487

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -5,7 +5,10 @@ import numpy as np
5
  import tempfile
6
 
7
  # Diccionario de etiquetas
8
- labels = ['down', 'go', 'left', 'no', 'off', 'on', 'right', 'stop', 'up', 'yes']
 
 
 
9
 
10
  def extract_features(file_name):
11
  try:
 
5
  import tempfile
6
 
7
  # Diccionario de etiquetas
8
+ labels = ['backward', 'bed', 'bird', 'cat', 'dog', 'down', 'eight', 'five', 'follow',
9
+ 'forward', 'four', 'go', 'happy', 'house', 'learn', 'left', 'marvin', 'nine',
10
+ 'no', 'off', 'on', 'one', 'right', 'seven', 'sheila', 'six', 'stop', 'three',
11
+ 'tree', 'two', 'up', 'visual', 'wow', 'yes', 'zero']
12
 
13
  def extract_features(file_name):
14
  try: