Luongdzung commited on
Commit
f6d02c1
·
1 Parent(s): 7eb69d3

final testing vid and img

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,5 +413,5 @@ vid_interface = gr.Interface(detect_vid,
413
  description="Yolov7 for video")
414
  final_interface = gr.TabbedInterface([img_interface, vid_interface],
415
  tab_names=['Image Inference', 'Video Inference'])
416
- img_interface.launch()
417
 
 
413
  description="Yolov7 for video")
414
  final_interface = gr.TabbedInterface([img_interface, vid_interface],
415
  tab_names=['Image Inference', 'Video Inference'])
416
+ final_interface.launch()
417