Future-Tense commited on
Commit
b1307f0
·
1 Parent(s): 96da659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks() as app:
94
  det_win = gr.Image(source="webcam", streaming=True)
95
  with gr.Row():
96
  pl_tog=gr.Number()
97
- pl.click(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],det_win,every=0.1,show_progress=False)
98
  bk.click(bk_fn,[cur_frame],cur_frame)
99
  fw.click(fw_fn,[cur_frame,total_frames],cur_frame)
100
  load_button.click(load,youtube_url,[output_win,cur_frame,total_frames,fps_frames])
 
94
  det_win = gr.Image(source="webcam", streaming=True)
95
  with gr.Row():
96
  pl_tog=gr.Number()
97
+ pl.click(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],det_win,show_progress=False)
98
  bk.click(bk_fn,[cur_frame],cur_frame)
99
  fw.click(fw_fn,[cur_frame,total_frames],cur_frame)
100
  load_button.click(load,youtube_url,[output_win,cur_frame,total_frames,fps_frames])