Spaces:
Runtime error
Runtime error
Commit
·
b1307f0
1
Parent(s):
96da659
Update app.py
Browse files
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,
|
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])
|