Daniellesry commited on
Commit
aa54deb
·
1 Parent(s): cac3afa
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -620,6 +620,9 @@ with gr.Blocks(css=css, title="DKT", head=head_html) as demo:
620
  )
621
 
622
  def on_submit(video_file, model_size, num_inference_steps, overlap):
 
 
 
623
  if video_file is None:
624
  return None, None, None, None, None, None, "Please upload a video file"
625
 
 
620
  )
621
 
622
  def on_submit(video_file, model_size, num_inference_steps, overlap):
623
+ print('on_submit is calling')
624
+ logger.info('on_submit is calling')
625
+
626
  if video_file is None:
627
  return None, None, None, None, None, None, "Please upload a video file"
628