We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f50b3f commit b540b35Copy full SHA for b540b35
webui.py
@@ -913,7 +913,6 @@ def main():
913
parser.add_argument("--dark-mode", action="store_true", help="Enable dark mode")
914
args = parser.parse_args()
915
916
- # Ensure that the config file exists
917
config_dict = load_config_from_file()
918
919
demo = create_ui(config_dict, theme_name=args.theme)
0 commit comments