radames commited on
Commit
ab3fe77
1 Parent(s): 4c86385

Update run.sh

Browse files
Files changed (1) hide show
  1. run.sh +1 -1
run.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
 
3
  service nginx start
4
- python main.py --listen 0.0.0.0 --port 7860 --output-directory /data/
5
  echo "" | nc localhost 4444
 
1
  #!/bin/bash
2
 
3
  service nginx start
4
+ python main.py --listen 0.0.0.0 --port 7860 --output-directory /data/ &
5
  echo "" | nc localhost 4444