CryptoSentinel_AI / start.sh
mgbam's picture
Update start.sh
a01ab67 verified
raw
history blame contribute delete
188 Bytes
#!/bin/bash
# Launch the Uvicorn server, pointing to the final 'app' object (which is the
# Socket.IO wrapper) in the 'app/main.py' module.
uvicorn app.main:app --host 0.0.0.0 --port 7860