Merge pull request #2 from Moonlite-Media/updating-port

updating port
This commit is contained in:
moonliteremote 2024-09-20 21:53:30 -05:00 committed by GitHub
commit bb92abbe37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,8 +74,8 @@ jobs:
cd ..
# Run the application in the background using nohup
nohup python launch.py --nowebui --listen --api --port 7860 --deforum-api > nohup.out 2>&1 &
nohup python launch.py --nowebui --deforum-api --listen --api --port 7861 > nohup.out 2>&1 &
# Detach from the SSH session to prevent hanging
exit
EOF