xfys commited on
Commit
6b64afb
1 Parent(s): 7dcfb97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -110,5 +110,6 @@ iface_video = gr.Interface(fn=Track,
110
 
111
  demo = gr.TabbedInterface([iface_video, iface_Image], tab_names=["目标追踪", "目标检测"], title="红外目标检测追踪")
112
 
 
113
  demo.launch()
114
 
 
110
 
111
  demo = gr.TabbedInterface([iface_video, iface_Image], tab_names=["目标追踪", "目标检测"], title="红外目标检测追踪")
112
 
113
+
114
  demo.launch()
115