Setup root toml file and stop gradio auto reloading (#30)

* stop gradio auto reload

* setup root toml file
This commit is contained in:
ian_Cin
2024-04-13 18:59:24 +07:00
committed by GitHub
parent 4022af7e9b
commit af38708b77
4 changed files with 21 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ python "%CD%\scripts\serve_local.py"
GOTO :eof
:launch_ui
CALL gradio "%CD%\libs\ktem\launch.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
CALL python "%CD%\libs\ktem\launch.py" || ( ECHO. && ECHO Will exit now... && GOTO :exit_func_with_error )
GOTO :eof
:print_highlight