Skip to content

Commit 3d38ad7

Browse files
committed
updated port in application.py
1 parent 6cede29 commit 3d38ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ def predict_datapoint():
3737

3838
if __name__=="__main__":
3939

40-
app.run(host="0.0.0.0",port=8080)
40+
app.run(host="0.0.0.0",port=5000)

0 commit comments

Comments
 (0)