Skip to content

Commit

Permalink
changed run
Browse files Browse the repository at this point in the history
  • Loading branch information
lauragreemko committed Oct 8, 2022
1 parent 2f88a47 commit 58a0b65
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ def predict():
prediction = prediction[0]
return render_template('predict.html', predict=prediction)

if __name__ == '__main__':
app.run(debug = True, host = '0.0.0.0', port=environ.get("PORT", 5000))
# if __name__ == '__main__':
# app.run(debug = True, host = '0.0.0.0', port=environ.get("PORT", 5000))

app.run()

0 comments on commit 58a0b65

Please sign in to comment.