8bafbc4 a01ab67 8bafbc4
1
2
3
4
5
#!/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