Spaces:
Runtime error
Runtime error
Future-Tense
commited on
Commit
·
034b367
1
Parent(s):
06ee771
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ with gr.Blocks() as app:
|
|
107 |
pl_tog.change(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],[det_win,cur_frame],show_progress=False)
|
108 |
#cur_frame.change(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],[det_win,cur_frame],every=0.1,show_progress=False)
|
109 |
|
110 |
-
cur_frame.change(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],[det_win,cur_frame],
|
111 |
bk.click(bk_fn,[cur_frame],cur_frame)
|
112 |
fw.click(fw_fn,[cur_frame,total_frames],cur_frame)
|
113 |
load_button.click(load,youtube_url,[output_win,cur_frame,total_frames,fps_frames])
|
|
|
107 |
pl_tog.change(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],[det_win,cur_frame],show_progress=False)
|
108 |
#cur_frame.change(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],[det_win,cur_frame],every=0.1,show_progress=False)
|
109 |
|
110 |
+
cur_frame.change(pl_fn,[output_win,cur_frame,total_frames,fps_frames,pl_tog],[det_win,cur_frame],show_progress=False)
|
111 |
bk.click(bk_fn,[cur_frame],cur_frame)
|
112 |
fw.click(fw_fn,[cur_frame,total_frames],cur_frame)
|
113 |
load_button.click(load,youtube_url,[output_win,cur_frame,total_frames,fps_frames])
|