AI-RESEARCHER-2024 commited on
Commit
2569845
·
verified ·
1 Parent(s): 2220422

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -910,8 +910,8 @@ if __name__ == "__main__":
910
  # Create and launch the app
911
  app = create_gradio_app()
912
 
913
- # Print available API endpoints for debugging
914
- logger.debug(f"Available API endpoints: {app.api_endpoints}")
915
 
916
  # Launch with sharing enabled for deployment
917
  app.launch(
 
910
  # Create and launch the app
911
  app = create_gradio_app()
912
 
913
+ # App is ready for launch
914
+ logger.debug("CICE 2.0 Assessment App initialized successfully")
915
 
916
  # Launch with sharing enabled for deployment
917
  app.launch(