fix : wrong port

This commit is contained in:
martin legrand 2025-03-15 18:22:21 +01:00
parent 07a43d75ab
commit 910729efd1

View File

@ -93,4 +93,4 @@ if __name__ == '__main__':
config.load()
config.validate_model(config.model_name)
state.model = config.model_name
app.run(host='0.0.0.0', port=5001, debug=False, threaded=True)
app.run(host='0.0.0.0', port=5000, debug=False, threaded=True)