Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDroid999 authored Jul 10, 2023
1 parent f7955c6 commit de989d8
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 @@ -47,4 +47,4 @@ def predict():
return output

if __name__ == '__main__':
app.run(debug=False, port=5926)
app.run()

0 comments on commit de989d8

Please sign in to comment.