ankush-003 commited on
Commit
5a28175
1 Parent(s): 544fd88

changed output to input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ with gr.Blocks() as app:
41
  inp = gr.Image(source="webcam", streaming=True)
42
  out = gr.Image()
43
 
44
- inp.stream(detect_pose, inputs=inp, outputs=out, show_progress = "hidden")
45
  out.change(show_progress = "hidden")
46
 
47
  app.launch(debug=True)
 
41
  inp = gr.Image(source="webcam", streaming=True)
42
  out = gr.Image()
43
 
44
+ inp.stream(detect_pose, inputs=inp, outputs=inp, show_progress = "hidden")
45
  out.change(show_progress = "hidden")
46
 
47
  app.launch(debug=True)