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

@@ -129,7 +129,7 @@ function setup_local_model() {
}
function launch_ui() {
gradio $(pwd)/libs/ktem/launch.py || {
python $(pwd)/libs/ktem/launch.py || {
echo "" && echo "Will exit now..."
exit 1
}