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