Spaces:
Build error
Build error
Update app.py
Browse files
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 |
|