xfys commited on
Commit
74967f7
1 Parent(s): 9125626

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ iface_video = gr.Interface(fn=Track,
83
  # demo = gr.TabbedInterface([iface_video, iface_Image], tab_names=["目标追踪", "目标检测"], title="红外目标检测追踪")
84
 
85
  # demo.launch()
86
- iface_video.lauch()
87
 
88
 
89
 
 
83
  # demo = gr.TabbedInterface([iface_video, iface_Image], tab_names=["目标追踪", "目标检测"], title="红外目标检测追踪")
84
 
85
  # demo.launch()
86
+ iface_video.launch()
87
 
88
 
89