PierreBrunelle commited on
Commit
c594193
·
verified ·
1 Parent(s): 64a1432

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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
- inputs=[video_file, model_id, threshold],
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():