soxogvv commited on
Commit
fa58b2c
·
verified ·
1 Parent(s): 1181319

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,4 +300,4 @@ Provide a clear explanation of what this code does, how it works, and any import
300
  if __name__ == '__main__':
301
  # Load model on startup
302
  threading.Thread(target=llama_service.load_model).start()
303
- app.run(host='0.0.0.0', port=7860, debug=False)
 
300
  if __name__ == '__main__':
301
  # Load model on startup
302
  threading.Thread(target=llama_service.load_model).start()
303
+ app.run(host='0.0.0.0', port=7860, debug=False, use_reloader=False)