liuhui0401 commited on
Commit
93d1d0d
·
verified ·
1 Parent(s): 05b4f7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks(css=css) as demo:
66
  )
67
 
68
  image.stream(
69
- fn=detection, inputs=[image, conf_threshold], outputs=[image], time_limit=10
70
  )
71
 
72
  if __name__ == "__main__":
 
66
  )
67
 
68
  image.stream(
69
+ fn=detection, inputs=[image, conf_threshold], outputs=[image], time_limit=100
70
  )
71
 
72
  if __name__ == "__main__":