leoxing1996 commited on
Commit
ca8f50a
·
1 Parent(s): ea20b8a

update python cmd

Browse files
Files changed (1) hide show
  1. demo/start.sh +1 -1
demo/start.sh CHANGED
@@ -8,4 +8,4 @@ else
8
  echo -e "\033[1;31m\nfrontend build failed\n\033[0m" >&2 exit 1
9
  fi
10
  cd ../
11
- python main.py --port 7860 --host 0.0.0.0 --engine-dir ../engines --acceleration tensorrt
 
8
  echo -e "\033[1;31m\nfrontend build failed\n\033[0m" >&2 exit 1
9
  fi
10
  cd ../
11
+ python3 main.py --port 7860 --host 0.0.0.0 --engine-dir ../engines --acceleration tensorrt