nofakenewsfootball / start.sh
miguelcastroe's picture
Update start.sh
a4e77fc verified
raw
history blame contribute delete
72 Bytes
#!/bin/sh
uvicorn app:app --host 0.0.0.0 --port 7860
chmod +x start.sh