diff --git a/bird_cnn/start_server.sh b/bird_cnn/start_server.sh index dc9811c..bdd00bb 100644 --- a/bird_cnn/start_server.sh +++ b/bird_cnn/start_server.sh @@ -1 +1 @@ -python -m uvicorn server:app --reload \ No newline at end of file +uvicorn server:app --host 0.0.0.0 --port 8000 --reload \ No newline at end of file