Spaces:
Sleeping
Sleeping
Commit
·
f6d02c1
1
Parent(s):
7eb69d3
final testing vid and img
Browse files
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 |
-
|
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 |
|