Spaces:
Runtime error
Runtime error
Commit
·
c10e033
1
Parent(s):
0f220e9
labels path updates
Browse files
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(),
|
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 |
|