We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e8216 commit fd39778Copy full SHA for fd39778
education-ai-suite/smart-classroom/main.py
@@ -30,15 +30,15 @@
30
expose_headers=["x-session-id"] # expose custom headers if needed
31
)
32
33
+register_routes(app)
34
+
35
def system_check():
36
if (not system_checker.check_system_requirements()) and (not system_checker.show_warning_and_prompt_user_to_continue()):
37
sys.exit(1)
38
-
39
if __name__ == "__main__":
40
41
system_check()
- register_routes(app)
42
RuntimeConfig.ensure_config_exists()
43
ensure_model()
44
preload_models()
0 commit comments