File size: 90 Bytes
6ad61bb
 
 
1
2
3
4
#!/bin/bash
# Run FastAPI on HF expected port
uvicorn main:app --host 0.0.0.0 --port 7860