Spaces:
Running
Running
Fix: Push new IDs
Browse files
__pycache__/load_and_save.cpython-310.pyc
CHANGED
Binary files a/__pycache__/load_and_save.cpython-310.pyc and b/__pycache__/load_and_save.cpython-310.pyc differ
|
|
__pycache__/text_explanations.cpython-310.pyc
CHANGED
Binary files a/__pycache__/text_explanations.cpython-310.pyc and b/__pycache__/text_explanations.cpython-310.pyc differ
|
|
__pycache__/utils.cpython-310.pyc
CHANGED
Binary files a/__pycache__/utils.cpython-310.pyc and b/__pycache__/utils.cpython-310.pyc differ
|
|
load_and_save.py
CHANGED
@@ -19,7 +19,7 @@ possible_ids = {'Tiger-001': 0, 'Falcon-002': 0,
|
|
19 |
'Cheetah-011': 5, 'Gorilla-012': 5,
|
20 |
'Dolphin-013' : 6, 'Lynx-014': 6,
|
21 |
'Moose-015': 7, 'Raccoon-016': 7,
|
22 |
-
'Rabbit-017': 0}
|
23 |
|
24 |
persistent_storage = Path('/data')
|
25 |
password_files = os.getenv("password_files")
|
|
|
19 |
'Cheetah-011': 5, 'Gorilla-012': 5,
|
20 |
'Dolphin-013' : 6, 'Lynx-014': 6,
|
21 |
'Moose-015': 7, 'Raccoon-016': 7,
|
22 |
+
'Rabbit-017': 0, 'Eagle-018': 8, 'Jaguar-019': 8}
|
23 |
|
24 |
persistent_storage = Path('/data')
|
25 |
password_files = os.getenv("password_files")
|