Advay-Singh commited on
Commit
63ddb39
·
verified ·
1 Parent(s): eb29620

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -36,5 +36,4 @@ def ask():
36
  return jsonify({"error": "An error occurred while processing your request."}), 500
37
 
38
  if __name__ == '__main__':
39
- port = int(os.environ.get('PORT', 7860))
40
- app.run(host='0.0.0.0', port=port)
 
36
  return jsonify({"error": "An error occurred while processing your request."}), 500
37
 
38
  if __name__ == '__main__':
39
+ app.run(host='0.0.0.0', port=7860)