Omnibus commited on
Commit
dae3c9f
1 Parent(s): 229466f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def process_vid(file,cur_frame,every_n):
74
  <img class='my_im' src='{search_item.image_url}'><br>
75
  </div>"""
76
  i=frame_count-1
77
- yield (gr.HTML(f'<h1>Total Found: {count}</h1><br>{html_out}'), f"Found frame: {i}", i)
78
  else:
79
  pass
80
  count +=1
 
74
  <img class='my_im' src='{search_item.image_url}'><br>
75
  </div>"""
76
  i=frame_count-1
77
+ return (gr.HTML(f'<h1>Total Found: {count}</h1><br>{html_out}'), f"Found frame: {i}", i)
78
  else:
79
  pass
80
  count +=1