Spaces:
Sleeping
Sleeping
Luongdzung
commited on
Commit
•
3453605
1
Parent(s):
a3609dd
testing img interface
Browse files- Inference/images/cars.jpg +0 -0
- Inference/videos/messi.mp4 +0 -3
- app.py +1 -1
Inference/images/cars.jpg
DELETED
Binary file (103 kB)
|
|
Inference/videos/messi.mp4
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ebabf82ea9821e56d576ff45907d9df74bb08ca44b17e5ed62f9ed2f81586c07
|
3 |
-
size 6036606
|
|
|
|
|
|
|
|
app.py
CHANGED
@@ -401,5 +401,5 @@ vid_interface = gr.Interface(detect_vid,
|
|
401 |
description="Yolov7 for video")
|
402 |
final_interface = gr.TabbedInterface([img_interface, vid_interface],
|
403 |
tab_names=['Image Inference', 'Video Inference'])
|
404 |
-
|
405 |
|
|
|
401 |
description="Yolov7 for video")
|
402 |
final_interface = gr.TabbedInterface([img_interface, vid_interface],
|
403 |
tab_names=['Image Inference', 'Video Inference'])
|
404 |
+
img_interface.launch()
|
405 |
|