merge and kill task fixes

This commit is contained in:
Dobromir Popov
2025-11-22 21:10:09 +02:00
parent 3f7404ad39
commit 30db9d722e
5 changed files with 92 additions and 9 deletions

View File

@@ -2674,7 +2674,7 @@ class AnnotationDashboard:
logger.error(f"Error getting live prediction: {e}")
return None
def run(self, host='127.0.0.1', port=8051, debug=False):
def run(self, host='127.0.0.1', port=8052, debug=False):
"""Run the application"""
logger.info(f"Starting Annotation Dashboard on http://{host}:{port}")