Spaces:
Running
Running
File size: 75 Bytes
537db6d |
1 2 3 4 |
#!/bin/bash
# Run the API
uvicorn src.main:app --host 0.0.0.0 --port 33000 |