learningai commited on
Commit
c10e033
·
1 Parent(s): 0f220e9

labels path updates

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -17,7 +17,7 @@ MODEL_PATH = os.path.join(os.getcwd(), 'models', 'Activity_recognition.h5')
17
  def get_labels():
18
 
19
  labels_path = tf.keras.utils.get_file(
20
- fname=os.path.join(os.getcwd(), 'static', 'labels.txt'),
21
  origin=config.TENSORFLOW_HUB_URL_LABELS
22
  )
23
 
 
17
  def get_labels():
18
 
19
  labels_path = tf.keras.utils.get_file(
20
+ fname=os.path.join(os.getcwd(), 'labels.txt'),
21
  origin=config.TENSORFLOW_HUB_URL_LABELS
22
  )
23