AiDeveloper1 commited on
Commit
66f414e
·
verified ·
1 Parent(s): 504ae18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ def process_text():
46
  return jsonify(response)
47
 
48
  if __name__ == '__main__':
49
- app.run(debug=True)
 
46
  return jsonify(response)
47
 
48
  if __name__ == '__main__':
49
+ app.run(host='0.0.0.0', port=7860)