radames's picture
Update run.sh
ab3fe77
raw
history blame contribute delete
No virus
132 Bytes
#!/bin/bash
service nginx start
python main.py --listen 0.0.0.0 --port 7860 --output-directory /data/ &
echo "" | nc localhost 4444