kisa-misa commited on
Commit
67f76a4
1 Parent(s): 7825e0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -101,9 +101,9 @@ video_interface = gr.Interface(
101
  ],
102
  outputs=gr.Video(type="file", format="mp4"),
103
  examples=[
104
- ["example_1.mp4", 0.25, 0.45, 0, 2],
105
- ["example_2.mp4", 0.25, 0.45, 5, 3],
106
- ["example_3.mp4", 0.25, 0.45, 6, 3],
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=(