Hakureirm commited on
Commit
bee9d8f
·
verified ·
1 Parent(s): 10bcab1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ except ImportError:
20
  # 全局变量
21
  analyzer = None
22
  video_file_path = None
23
- model_file_path = "./fst-v1.2-n.onnx" # 直接指定模型文件路径
24
  total_frames = 0
25
  output_path = None
26
 
 
20
  # 全局变量
21
  analyzer = None
22
  video_file_path = None
23
+ model_file_path = "./fst-v1.2-n.engine" # 直接指定模型文件路径
24
  total_frames = 0
25
  output_path = None
26