Omnibus commited on
Commit
206a235
1 Parent(s): 6c36976

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -78,6 +78,7 @@ def process_vid(file,cur_frame,every_n):
78
  else:
79
  pass
80
  count +=1
 
81
  #return (None,f"Searching Frame: {i}", "")
82
  except Exception as e:
83
  return (gr.HTML(f'{e}'),"","")
 
78
  else:
79
  pass
80
  count +=1
81
+ print (i)
82
  #return (None,f"Searching Frame: {i}", "")
83
  except Exception as e:
84
  return (gr.HTML(f'{e}'),"","")