API / start.sh
Trigger82's picture
Create start.sh
b84920e verified
raw
history blame contribute delete
54 Bytes
#!/bin/bash
uvicorn app:app --host 0.0.0.0 --port 7860