Update app.py
Browse files
app.py
CHANGED
@@ -128,11 +128,8 @@ with gr.Blocks(theme=Soft) as demo:
|
|
128 |
["bangkok.mp4", "yolox_tiny", 0.25],
|
129 |
["lotr.mp4", "yolox_m", 0.3],
|
130 |
["mi.mp4", "yolox_tiny", 0.5],
|
131 |
-
]
|
132 |
-
|
133 |
-
outputs=[output_video, frame_gallery],
|
134 |
-
fn=process_video,
|
135 |
-
)
|
136 |
|
137 |
# File upload components for ground truth and PDF documents
|
138 |
with gr.Row():
|
|
|
128 |
["bangkok.mp4", "yolox_tiny", 0.25],
|
129 |
["lotr.mp4", "yolox_m", 0.3],
|
130 |
["mi.mp4", "yolox_tiny", 0.5],
|
131 |
+
]
|
132 |
+
)
|
|
|
|
|
|
|
133 |
|
134 |
# File upload components for ground truth and PDF documents
|
135 |
with gr.Row():
|