Skip to content

Commit

Permalink
adding port
Browse files Browse the repository at this point in the history
  • Loading branch information
MeerAjaz committed Sep 7, 2024
1 parent 06a0f27 commit c821e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ def predict_datapoint():


if __name__=="__main__":
app.run(host="0.0.0.0")
app.run(host="0.0.0.0", port=8080)


0 comments on commit c821e7b

Please sign in to comment.