Skip to content

Commit

Permalink
fix: changed port flask
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinandanwadwa committed Nov 26, 2024
1 parent b3f239a commit 662161e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ def analyze_pose():
}), 500

if __name__ == '__main__':
app.run(debug=True, port=5000)
app.run(debug=True, port=7200)

0 comments on commit 662161e

Please sign in to comment.