muryshev commited on
Commit
dbe602a
·
verified ·
1 Parent(s): c0b464f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ def fetch_deep_infra_response(conversation_history):
87
  return 'Sorry, something went wrong.'
88
 
89
  if __name__ == '__main__':
90
- app.run(host='0.0.0.0', port=os.getenv('APP_PORT', 7860), debug=True)
 
87
  return 'Sorry, something went wrong.'
88
 
89
  if __name__ == '__main__':
90
+ app.run(host='0.0.0.0', port=os.getenv('APP_PORT', 7860), debug=False)