Spaces:
Runtime error
Runtime error
File size: 71 Bytes
d6f9a33 |
1 2 3 |
#!/bin/bash
uvicorn app.api:app --host 0.0.0.0 --port 8000 --workers 1
|