merge and kill task fixes
This commit is contained in:
@@ -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}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user