innat commited on
Commit
b115246
·
1 Parent(s): 0178013

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -60,12 +60,6 @@ def get_model(data_type):
60
 
61
 
62
  def inference(video_file, data_type, mask_ratio):
63
- print('---------------------------')
64
- print(video_file)
65
- print(data_type)
66
- print(mask_ratio)
67
- print('---------------------------')
68
-
69
  # get sample data
70
  container = read_video(video_file)
71
  frames = frame_sampling(container, num_frames=num_frames)
 
60
 
61
 
62
  def inference(video_file, data_type, mask_ratio):
 
 
 
 
 
 
63
  # get sample data
64
  container = read_video(video_file)
65
  frames = frame_sampling(container, num_frames=num_frames)