jbprincipe1 commited on
Commit
2b31098
·
verified ·
1 Parent(s): da73f6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,6 +21,6 @@ with gr.Blocks() as demo:
21
  with gr.Column():
22
  output_img = gr.Image(streaming=True)
23
  input_img.stream(predict_pose, input_img, output_img,
24
- time_limit=30, stream_every=2, concurrency_limit=30)
25
 
26
- demo.launch()
 
21
  with gr.Column():
22
  output_img = gr.Image(streaming=True)
23
  input_img.stream(predict_pose, input_img, output_img,
24
+ time_limit=30, stream_every=0.5, concurrency_limit=30)
25
 
26
+ demo.launch(debug=True)