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__":