Abdo-Alshoki commited on
Commit
68a92d9
·
verified ·
1 Parent(s): e27c57a

removed a debugging print line

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ class MyModel(nn.Module):
47
 
48
  def predict(self, video_path):
49
  """Test the model on the given videos and compute accuracy."""
50
- print(video_path)
51
 
52
  self.model.eval()
53
 
 
47
 
48
  def predict(self, video_path):
49
  """Test the model on the given videos and compute accuracy."""
50
+
51
 
52
  self.model.eval()
53