From a4f6724b881d530131eb5e6bbf43b825efcb3f24 Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:47:22 -0300 Subject: [PATCH] Add a comment --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 136045f9..8ab51cc7 100644 --- a/webui.py +++ b/webui.py @@ -143,7 +143,7 @@ def download_model(): def run_model(): os.chdir("text-generation-webui") - run_cmd("python server.py --chat --model-menu") + run_cmd("python server.py --chat --model-menu") # put your flags here! if __name__ == "__main__":