Update app.py
Browse files
app.py
CHANGED
@@ -101,9 +101,9 @@ video_interface = gr.Interface(
|
|
101 |
],
|
102 |
outputs=gr.Video(type="file", format="mp4"),
|
103 |
examples=[
|
104 |
-
["
|
105 |
-
["
|
106 |
-
["
|
107 |
],
|
108 |
title="YOLOv6",
|
109 |
description=(
|
|
|
101 |
],
|
102 |
outputs=gr.Video(type="file", format="mp4"),
|
103 |
examples=[
|
104 |
+
["ex1.mp4", 0.25, 0.45, 8, 2],
|
105 |
+
["ex2.mp4", 0.25, 0.45, 8, 2],
|
106 |
+
["ex3.mp4", 0.25, 0.45, 8, 2],
|
107 |
],
|
108 |
title="YOLOv6",
|
109 |
description=(
|