Spaces:
Paused
Paused
Update run.sh
Browse files
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
|