Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasmark97 committed Jan 18, 2024
2 parents 175e9fd + 82d45ac commit 2782906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start-server.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
python src/download_model_file.py
exec uvicorn src.api:app --host 0.0.0.0 --port 80
exec uvicorn src.api:app --host 0.0.0.0 --port 8080

0 comments on commit 2782906

Please sign in to comment.