removing --listen

This commit is contained in:
Darrel Pol 2024-10-12 19:33:06 -05:00
parent 55f851f97e
commit 6225fdefb1

View file

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