fix typo in address

snap_and_fill
Abdullah Alfaraj 2022-12-23 04:36:58 +03:00 committed by GitHub
parent bd6aa5ce8d
commit c32c16a03c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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