Omnibus commited on
Commit
b6a1d3a
1 Parent(s): e72db24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks() as app:
139
  vid_url_btn=gr.Button("Load URL")
140
  inp_vid=gr.Video(label="Search Video")
141
  with gr.Row():
142
- every_n=gr.Number(label = "\nth frame", value = 10)
143
  stat_box=gr.Textbox(label="Status")
144
  with gr.Row():
145
  go_btn_vid=gr.Button("Start")
 
139
  vid_url_btn=gr.Button("Load URL")
140
  inp_vid=gr.Video(label="Search Video")
141
  with gr.Row():
142
+ every_n=gr.Number(label = "Every /nth frame", value = 10)
143
  stat_box=gr.Textbox(label="Status")
144
  with gr.Row():
145
  go_btn_vid=gr.Button("Start")