ameerazam08 commited on
Commit
e5f6f18
·
verified ·
1 Parent(s): 0d0c87b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with gr.Blocks() as app:
64
  detect_button = gr.Button("Start Detection", variant="primary")
65
  detect_button.click(
66
  fn=stream_object_detection,
67
- inputs=[video_input, conf_threshold],
68
  outputs=video_output,
69
  )
70
 
 
64
  detect_button = gr.Button("Start Detection", variant="primary")
65
  detect_button.click(
66
  fn=stream_object_detection,
67
+ inputs=[video_input],
68
  outputs=video_output,
69
  )
70