Spaces:
Sleeping
Sleeping
beta
Browse files- src/app.py β app.py +0 -0
- src/config.py β config.py +1 -1
- src/dialogue_management.py β dialogue_management.py +0 -0
- src/function_trigger.py β function_trigger.py +0 -0
- src/scene_recognition.py β scene_recognition.py +0 -0
- src/skill_repository.py β skill_repository.py +1 -1
- src/__init__.py +0 -0
- src/__pycache__/config.cpython-312.pyc +0 -0
- src/__pycache__/dialogue_management.cpython-312.pyc +0 -0
- src/__pycache__/function_trigger.cpython-312.pyc +0 -0
- src/__pycache__/scene_recognition.cpython-312.pyc +0 -0
- src/__pycache__/skill_repository.cpython-312.pyc +0 -0
- src/flagged/log.csv +0 -3
src/app.py β app.py
RENAMED
File without changes
|
src/config.py β config.py
RENAMED
@@ -1,6 +1,6 @@
|
|
1 |
import json
|
2 |
|
3 |
def load_config():
|
4 |
-
with open('
|
5 |
config = json.load(file)
|
6 |
return config
|
|
|
1 |
import json
|
2 |
|
3 |
def load_config():
|
4 |
+
with open('config.json', 'r') as file:
|
5 |
config = json.load(file)
|
6 |
return config
|
src/dialogue_management.py β dialogue_management.py
RENAMED
File without changes
|
src/function_trigger.py β function_trigger.py
RENAMED
File without changes
|
src/scene_recognition.py β scene_recognition.py
RENAMED
File without changes
|
src/skill_repository.py β skill_repository.py
RENAMED
@@ -1,7 +1,7 @@
|
|
1 |
import json
|
2 |
|
3 |
def load_skills():
|
4 |
-
with open('
|
5 |
skills = json.load(file)
|
6 |
return skills
|
7 |
|
|
|
1 |
import json
|
2 |
|
3 |
def load_skills():
|
4 |
+
with open('skills.json', 'r') as file:
|
5 |
skills = json.load(file)
|
6 |
return skills
|
7 |
|
src/__init__.py
DELETED
File without changes
|
src/__pycache__/config.cpython-312.pyc
DELETED
Binary file (474 Bytes)
|
|
src/__pycache__/dialogue_management.cpython-312.pyc
DELETED
Binary file (2.05 kB)
|
|
src/__pycache__/function_trigger.cpython-312.pyc
DELETED
Binary file (304 Bytes)
|
|
src/__pycache__/scene_recognition.cpython-312.pyc
DELETED
Binary file (608 Bytes)
|
|
src/__pycache__/skill_repository.cpython-312.pyc
DELETED
Binary file (922 Bytes)
|
|
src/flagged/log.csv
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
System Time,Application Name,System Load,Scene Type,flag,username,timestamp
|
2 |
-
12,chrome,20,default,,,2024-05-31 14:39:24.845526
|
3 |
-
,,0,default,,,2024-05-31 15:53:45.269655
|
|
|
|
|
|
|
|