Spaces:
Paused
Paused
File size: 104 Bytes
c7d0a49 |
1 2 3 4 5 |
#!/bin/bash
service nginx start
python main.py --listen 0.0.0.0 --port 7860 --output-directory /data/
|