sia-chat-adapter / start.sh
tastypear's picture
Upload 2 files
9c91a52 verified
raw
history blame contribute delete
93 Bytes
#!/bin/bash
gunicorn -b 0.0.0.0:7860 main:app --timeout 120
python space_checker.py &
wait