news-classification / entrypoint.sh
Santhosh Reddy
added files
ceb1df4
#!/bin/bash
uvicorn main:app --host=0.0.0.0 --reload --port 8000