File size: 74 Bytes
3733d96
 
 
 
1
2
3
4
#!/bin/bash

# Run the API
uvicorn src.main:app --host 0.0.0.0 --port 8860