From 417188200706e25401d84dc69582c1bc21d9e3dc Mon Sep 17 00:00:00 2001 From: Tony Beeman Date: Fri, 9 Sep 2022 00:44:35 -0700 Subject: [PATCH] Move location of user file to configs/webui folder --- .gitignore | 2 +- configs/webui/webui_streamlit.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a00f76d..2e15597 100644 --- a/.gitignore +++ b/.gitignore @@ -54,8 +54,8 @@ condaenv.*.requirements.txt # =========================================================================== # # Repo-specific # =========================================================================== # +/configs/webui/userconfig_streamlit.yaml /custom-conda-path.txt -/userconfig_streamlit.yaml /src/* /outputs/* /log/**/*.png diff --git a/configs/webui/webui_streamlit.yaml b/configs/webui/webui_streamlit.yaml index 5bdc510..9060546 100644 --- a/configs/webui/webui_streamlit.yaml +++ b/configs/webui/webui_streamlit.yaml @@ -1,7 +1,7 @@ # UI defaults configuration file. It is automatically loaded if located at configs/webui/webui_streamlit.yaml. # Any changes made here will be available automatically on the web app without having to stop it. -# You may add overrides in a file named "userconfig_streamlit.yaml" in the root directory of this project, -# which can contain any subset of the properties below. +# You may add overrides in a file named "userconfig_streamlit.yaml" in this folder, which can contain any subset +# of the properties below. general: gpu: 0 outdir: outputs