Update app.py
Browse files
app.py
CHANGED
@@ -114,8 +114,9 @@ with gr.Blocks(theme=Soft) as demo:
|
|
114 |
with gr.Column():
|
115 |
gr.Examples(
|
116 |
examples=[
|
117 |
-
["
|
118 |
-
["
|
|
|
119 |
],
|
120 |
inputs=[video_file, model_id, threshold],
|
121 |
outputs=[output_video, frame_gallery],
|
|
|
114 |
with gr.Column():
|
115 |
gr.Examples(
|
116 |
examples=[
|
117 |
+
["bangkok.mp4", "yolox_tiny", 0.25],
|
118 |
+
["lotr.mp4", "yolox_m", 0.3],
|
119 |
+
["mi.mp4", "yolox_tiny", 0.5],
|
120 |
],
|
121 |
inputs=[video_file, model_id, threshold],
|
122 |
outputs=[output_video, frame_gallery],
|