From c32c16a03c368c61716d01ffab00a5e899db816e Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj Date: Fri, 23 Dec 2022 04:36:58 +0300 Subject: [PATCH] fix typo in address --- start_server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_server.sh b/start_server.sh index 2e27d76..cb1ba0d 100644 --- a/start_server.sh +++ b/start_server.sh @@ -1,7 +1,7 @@ #!/bin/bash # Set the desired remote host where the "<>" is -export SD_URL=http://<>:7860 +export SD_URL=http://127.0.0.1:7860 # Check if the desired environment exists if [ ! -d "server_env" ]; then