support onnx branch and css tweaks

This commit is contained in:
Vladimir Mandic
2023-11-01 11:48:17 -04:00
parent e8d66a7d87
commit eddcc360be
20 changed files with 98 additions and 86 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ config_path = cli.config if os.path.isabs(cli.config) else os.path.join(cli.data
try:
with open(config_path, 'r', encoding='utf8') as f:
config = json.load(f)
except Exception as err:
except Exception:
config = {}
modules_path = os.path.dirname(os.path.realpath(__file__))